Share via


LedgerJournalEngine.updateCashDiscDetail Method [AX 2012]

Updates the CustTransCashDisc and VendTransCashDisc tables with cash discount information from the journal line.

Syntax

public void updateCashDiscDetail(LedgerJournalTrans _ledgerJournalTrans, [boolean _manual])

Run On

Called

Parameters

Remarks

This method must be called when the CashDiscAmount, CashDiscCode and DateCashDisc fields of the journal line is changed.

See Also

Reference

LedgerJournalEngine Class