AlcoholDeclarationCalcController_RU::nextJournalNotExists Method [AX 2012]

Checks whether journals for a later period exist.

client server public static boolean nextJournalNotExists(AlcoholDeclarationJournalTable_RU _alcoholDeclarationJournalTable, [boolean _showMessage])

Run On

Called

Parameters

_alcoholDeclarationJournalTable
Type: AlcoholDeclarationJournalTable_RU Table
The alcohol declaration journal table to check.
_showMessage
Type: boolean
A value that indicates whether to display a warning message.

Return Value

Type: boolean
true if there are journals for a later period; otherwise, false.

This method is a static method.

Show: