Share via


ProjJournalCheckPost.checkJournal Method [AX 2012]

Validates the project budget for the project journal.

Syntax

protected boolean checkJournal(JournalTransList _journalTransList)

Run On

Called

Parameters

  • _journalTransList
    Type: JournalTransList Class
    The instance of the JournalTransList class that holds a list of the project journal lines.

Return Value

Type: boolean
true the if journal is valid; otherwise, false.

See Also

Reference

ProjJournalCheckPost Class