Share via


LedgerJournalEngine_RCash.write Method [AX 2012]

Updates the internal caches for journal and voucher tables and refreshes the data source of the supplied LedgerJournalTrans record buffer.

Syntax

public void write(
    LedgerJournalTrans _ledgerJournalTrans, 
   [boolean _updateCashDisc, 
    LedgerJournalTrans_RAsset _ledgerJournalTrans_RAsset, 
    LedgerJournalTrans_RDeferrals _ledgerJournalTrans_RDeferrals, 
    LedgerJournalTrans_RCash _ledgerJournalTrans_RCash])

Run On

Called

Parameters

  • _updateCashDisc
    Type: boolean
    A Boolean flag that determines whether the cash discount of the journal line was manually entered; optional.

Remarks

This method must be called from the LedgerJournalTrans data source of the journal form the write method after super.

See Also

Reference

LedgerJournalEngine_RCash Class