Share via


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

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

See Also

Reference

JmgPayrollPeriodTrans Table