JmgPayrollPeriodTrans::find Method
Retrieves a JmgPayrollPeriodTrans record from the database, based on the period ID and date.
Syntax
client server public static JmgPayrollPeriodTrans find(
JmgPayrollPeriodId _payrollPeriodId,
JmgDate _payDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _payrollPeriodId
Type: JmgPayrollPeriodId Extended Data Type
The ID of the payroll period to search for.
- _payDate
Type: JmgDate Extended Data Type
The date 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 and a date interval, which contains the specified date.