RPayHistory::findLastSignOnMove Method
Finds the last sign or move in employee’s events history for the period.
Syntax
server public static RPayHistory findLastSignOnMove(
[RHRMEmplId _emplId,
StartDate _startDate,
RefRecId _excludeOrder])
Run On
Server
Parameters
- _emplId
Type: RHRMEmplId Extended Data Type
The employee id.
- _startDate
Type: StartDate Extended Data Type
The start date.
- _excludeOrder
Type: RefRecId Extended Data Type
Exclude this order if specified.
Return Value
Type: RPayHistory Table
Found latest employee’s events history table record.