OverdueJournalTable_W::findLast Method [AX 2012]

Searches for last not canceled OverdueJournalTable_W record.

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.

ExceptionCondition
[M:error(Error::wrongUseOfFunction(funcName())]

If incorrect type of journal has been specified.

Show: