LedgerJournalEngine.recalcVoucherBalance Method [AX 2012]

Adjusts journal totals after manipulations of journal fees.

Syntax

public void recalcVoucherBalance(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

Remarks

This method is used together with the saveVoucherBalance method and must be called post manipulation time.

This method is used by the journal fee system.

See Also

LedgerJournalEngine Class

LedgerJournalEngine.saveVoucherBalance Method