LedgerJournalEngine.saveVoucherBalance Method [AX 2012]

Saves the balance of the current voucher to internal variables.

Syntax

public void saveVoucherBalance(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

Remarks

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

The method is used by the journal fee system.

See Also

LedgerJournalEngine Class

LedgerJournalEngine.recalcVoucherBalance Method