Share via


RetailMandatoryCheckManagement.checkJournal Method [AX 2012]

Indicates whether there are errors in the journal lines.

Syntax

public int checkJournal(RetailImportJournalId _sImportJournalId)

Run On

Called

Parameters

Return Value

Type: int
The number of errors.

Remarks

The mandatoryCheck method in the ImportJournalTrans class validates the fields and throws error if the mandatory fields are not filled.

See Also

Reference

RetailMandatoryCheckManagement Class