HRMAbsenceRequest::existWorkerStatus Method
Indicates whether the specified record in the HRMAbsenceRequest table exists.
Syntax
client server public static boolean existWorkerStatus(HcmWorkerRecId _worker, [HRMAbsenceRequestStatus _status])
Run On
Called
Parameters
- _worker
Type: HcmWorkerRecId Extended Data Type
The value of the HcmWorkerRecId field of the record to check.
- _status
Type: HRMAbsenceRequestStatus Enumeration
The value of the HRMAbsenceRequestStatus field of the record to check.
Return Value
Type: boolean
true if the value of the HRMAbsenceRequest field exists; otherwise, false.