Share via


LedgerJournalEngine_RDeferrals.write Method [AX 2012]

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

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 value that determines whether the cash discount of the journal line was manually entered; optional.

See Also

Reference

LedgerJournalEngine_RDeferrals Class