Share via


ProjBegBalJournalCheckPost.checkTrans Method [AX 2012]

Checks that the mandatory transaction fields contain values.

Syntax

public boolean checkTrans(JournalTransData _journalTransData)

Run On

Called

Parameters

Return Value

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

Remarks

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

See Also

Reference

ProjBegBalJournalCheckPost Class