Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the first JmgPayrollPeriodTrans record that is associated with the specified pay period from the database.
Syntax
client server public static JmgPayrollPeriodTrans findFirst(JmgPayrollPeriodId _payrollPeriodId, [boolean _forUpdate])
Run On
Called
Parameters
- _payrollPeriodId
Type: JmgPayrollPeriodId Extended Data Type
The ID of the payroll period to search for.
- _forUpdate
Type: boolean
A Boolean value that specifies whether the returned record must be selected for update.
Return Value
Type: JmgPayrollPeriodTrans Table
A JmgPayrollPeriodTrans record that has the specified period ID.