Share via


ProjJournalCheckPost.checkReversalEntriesExist Method [AX 2012]

Checks if reversal entries exist in the ProjJournalTrans table the current journal Id.

Syntax

protected boolean checkReversalEntriesExist()

Run On

Called

Return Value

Type: boolean
true if reversal Entries exist, false otherwise

Remarks

This function is used to check whether the reversal entries are created for the given journal header.

One such place we use this is to refresh the form after the journal is posted.

See Also

Reference

ProjJournalCheckPost Class