CustVendOutPaym.updateLedgerJournalTrans Method [AX 2012]
Updates the LedgerJournalTrans record after processing it.
Syntax
protected void updateLedgerJournalTrans(
LedgerJournalTrans _ledgerJournalTrans,
CustVendOutPaymRecord _custVendOutPaymRecord,
boolean _generateRemittanceFeeTrans)
Run On
Called
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
A LedgerJournalTrans object to be updated.
- _custVendOutPaymRecord
Type: CustVendOutPaymRecord Class
The CustVendOutPaymRecord record selected for payment format generation.
- _generateRemittanceFeeTrans
Type: boolean
A Boolean value that indicates whether the RemittanceFeeTrans value should be generated.