Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |