Share via


JmgPayrollPeriodTrans::findFirst Method

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

  • _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.

See Also

Reference

JmgPayrollPeriodTrans Table