HRMAbsenceTrans::findLast Method
Finds the last record in the HRMAbsenceTrans table that is based on the HRMAbsenceTableId value.
Syntax
client server public static HRMAbsenceTrans findLast(HRMAbsenceTableId _hrmAbsenceTableId, [boolean _forUpdate])
Run On
Called
Parameters
- _hrmAbsenceTableId
Type: HRMAbsenceTableId Extended Data Type
The HRMAbsenceTableId value.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
Return Value
Type: HRMAbsenceTrans Table
A record from the HRMAbsenceTrans table.