Share via


ProjJournalCheckPost.createReversalEntries Method [AX 2012]

Creates a reversal entry record in the ProjJournalTrans table for the current journal

Syntax

protected void createReversalEntries()

Run On

Called

Remarks

For the current journal being posted, each ProjJournalTrans record that has a ReverseEntry field value of true and has a ReverseDate field value that is not empty will have a reversal entry created for it in the ProjJournalTrans table.

Vouchers are grouped by transaction date, worker for the same journal id

See Also

Reference

ProjJournalCheckPost Class