Share via


JmgStampJournalTable::find Method

Retrieves a JmgStampJournalTable record that has the specified worker and profile date from the database.

Syntax

client server public static JmgStampJournalTable find(
    JmgWorkerRecId _worker, 
    JmgProfileDate _profileDate, 
   [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: JmgStampJournalTable Table
A JmgStampJournalTable record that has the specified worker and profile date.

See Also

Reference

JmgStampJournalTable Table