JmgIpcJournalTable::find Method
Finds a JmgIpcJournalTable record in the database based on the specified journal ID.
Syntax
client server public static JmgIpcJournalTable find(JmgIPCJournalId _journalId, [boolean _forUpdate])
Run On
Called
Parameters
- _journalId
Type: JmgIPCJournalId Extended Data Type
The ID of the journal to find in the database.
- _forUpdate
Type: boolean
true if the returned record must be selected for update; otherwise, false.
Return Value
Type: JmgIpcJournalTable Table
A JmgIpcJournalTable record.