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
- _worker
Type: JmgWorkerRecId Extended Data Type
The ID of the record to find.
- _profileDate
Type: JmgProfileDate Extended Data Type
The profile date of the record to find.
- _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.