HcmJob::numberOfCurrentPositionsInJob Method
Calculates the number of unique positions in the HcmPositionDetail table that have a RetirementDate at a given point in time that are associated with a specified HcmJobRecId.
Syntax
client server public static HcmMaximumPositions numberOfCurrentPositionsInJob(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 in 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 currently associated with the HcmJobRecId value.