Share via


ProjJournalStatusUpdate.checkJournal Method [AX 2012]

Validates the project budget for the project journal.

Syntax

public boolean checkJournal(JournalTransList _journalTransList)

Run On

Called

Parameters

  • _journalTransList
    Type: JournalTransList Class
    An 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

ProjJournalStatusUpdate Class