LedgerJournalEngine_AssetBudgets_ru.write Method [AX 2012]

Updates the internal caches for the journal and voucher tables and the data source of a specified 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 indicates whether the cash discount of a journal line was manually entered; optional.

Remarks

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

See Also

Reference

LedgerJournalEngine_AssetBudgets_ru Class