Compartir a través de


JmgPayEmployee::find Method

Retrieves a JmgPayEmployee record from the database for the specified pay cost type, worker, and date.

Syntax

client server public static JmgPayEmployee find(
    JmgPayCostType _payCostType, 
    JmgWorkerRecId _worker, 
    JmgDate _date, 
   [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: JmgPayEmployee Table
A JmgPayEmployee record.

Remarks

The returned JmgPayEmployee record has a date interval, which covers the specified date.

See Also

Reference

JmgPayEmployee Table