OverdueJournalTable_W::find Method
Searches for OverdueJournalTable_W record.
Syntax
client server public static OverdueJournalTable_W find(
TableId _tableId,
OverdueJournalId_W _overdueJournalId,
[boolean _forUpdate])
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
Table id of table looked for.
- _overdueJournalId
Type: OverdueJournalId_W Extended Data Type
Id of journal.
- _forUpdate
Type: boolean
Indicates that record must be selected for update.
Return Value
Type: OverdueJournalTable_W Map
Found OverdueJournalTable_W record.
Exceptions
Exception | Condition |
---|---|
Error | if incorrect table id has been specified. |