JmgPayrollPeriodTable::find Method
Retrieves a JmgPayrollPeriodTable record from the database.
Syntax
client server public static JmgPayrollPeriodTable find(JmgPayrollPeriodId periodId, [boolean _forupdate])
Run On
Called
Parameters
- periodId
Type: JmgPayrollPeriodId Extended Data Type
The ID of the period to retrieve.
- _forupdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
Return Value
Type: JmgPayrollPeriodTable Table
A JmgPayrollPeriodTable record that has the specified period ID.