Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified record in the HcmPositionWorkerAssignment table exists.
Syntax
client server public static boolean existPositionLegalEntityWorker(
HcmPositionRecId _positionRecId,
HcmWorkerRecId _workerRecId,
[utcdatetime _validFrom,
utcdatetime _validTo])
Run On
Called
Parameters
- _positionRecId
Type: HcmPositionRecId Extended Data Type
A value of the Position field.
- _workerRecId
Type: HcmWorkerRecId Extended Data Type
The worker record ID.
- _validFrom
Type: utcdatetime
The value in the ValidFrom field of the record to find.
- _validTo
Type: utcdatetime
The value in the ValidTo field of the record to find.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.