HRMAbsenceRequest::find Method
Finds a record in the HRMAbsenceRequest table based on a supplied record ID value.
Syntax
client server public static HRMAbsenceRequest find(RecId _recId, [boolean _forupdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID value of the record to find.
- _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.