Share via


HcmPositionWorkerAssignment::existPositionLegalEntityWorker Method

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

  • _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.

See Also

Reference

HcmPositionWorkerAssignment Table