ProjBegBalJournalCheckPost.checkTrans Method [AX 2012]

Checks that the mandatory transaction fields contain values.

public boolean checkTrans(JournalTransData _journalTransData)

Run On

Called

Parameters

_journalTransData
Type: JournalTransData Class
The JournalTransData object.

Return Value

Type: boolean
true if the mandatory fields contain values; otherwise, false.

This method checks the mandatory transaction fields by calling the checkTrans method of the ProjPost class.

Community Additions

ADD
Show: