HcmJob::numberOfFuturePositionsInJob Method
Calculates the number of unique positions in the HcmPositionDetail table that have an ActivationDate after a given point in time and are associated with a specified HcmJobRecId value.
Syntax
client server public static HcmMaximumPositions numberOfFuturePositionsInJob(HcmJobRecId _jobRecId, [utcdatetime _asOfDate])
Run On
Called
Parameters
- _jobRecId
Type: HcmJobRecId Extended Data Type
An HcmJobRecId value for the HcmJob record.
- _asOfDate
Type: utcdatetime
A UtcDateTime field value to use to determine the point in time at which to create a new position.
Return Value
Type: HcmMaximumPositions Extended Data Type
The number of unique positions that have a duration that starts after the specified _asOfDate parameter that are associated with the HcmJobRecId value.