JmgTimecardTable::find Method

Retrieves a JmgTimecardTable record for the specified worker and profile date.

Syntax

client server public static JmgTimecardTable find(
    JmgWorkerRecId _worker, 
    JmgProfileDate _profileDate, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    true if the returned record must be selected for update; otherwise, false.

Return Value

Type: JmgTimecardTable Table
A JmgTimecardTable record for the specified worker and profile date.

See Also

Reference

JmgTimecardTable Table