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