Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the internal caches for the journal and voucher tables and updates 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
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
A LedgerJournalTrans record.
- _updateCashDisc
Type: boolean
A Boolean value that indicates whether the cash discount of a journal line was manually entered; optional.
- _ledgerJournalTrans_RAsset
Type: LedgerJournalTrans_RAsset Table
A LedgerJournalTrans_RAsset record.
- _ledgerJournalTrans_RDeferrals
Type: LedgerJournalTrans_RDeferrals Table
A LedgerJournalTrans_RDeferrals record.
- _ledgerJournalTrans_RCash
Type: LedgerJournalTrans_RCash Table
A LedgerJournalTrans_RCash record…
Remarks
This method must be called from the LedgerJournalTrans data source of the journal form write method after the super method is called.