HRMAbsenceRequest::findWorkerStatus Method
Finds a record in the HRMAbsenceRequest table based on supplied value of the HcmWorkerRecId and HRMAbsenceRequestStatus.
Syntax
client server public static HRMAbsenceRequest findWorkerStatus(
HcmWorkerRecId _worker,
[HRMAbsenceRequestStatus _status,
boolean _forupdate])
Run On
Called
Parameters
- _worker
Type: HcmWorkerRecId Extended Data Type
The value of the Worker field of the record to find.
- _status
Type: HRMAbsenceRequestStatus Enumeration
The value of the Status field of the record to find; optional.
- _forupdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMAbsenceRequest Table
A record from the HRMAbsenceRequest table.