OverdueJournalTable_W::findLast Method
Searches for last not canceled OverdueJournalTable_W record.
Syntax
client server public static OverdueJournalTable_W findLast(OverdueJournalType_W _journalType)
Run On
Called
Parameters
- _journalType
Type: OverdueJournalType_W Enumeration
Type of journal looked for.
Return Value
Type: OverdueJournalTable_W Map
OverdueJournalTable_W record found.
Exceptions
Exception | Condition |
---|---|
[M:error(Error::wrongUseOfFunction(funcName())] | If incorrect type of journal has been specified. |