Share via


VendOutPaym_NO_BBS_Rem.updateLedgerJournalTrans Method [AX 2012]

Updates the LedgerJournalTrans record after it is processed.

Syntax

protected void updateLedgerJournalTrans(
    LedgerJournalTrans _ledgerJournalTrans, 
    CustVendOutPaymRecord _custVendOutPaymRecord, 
    boolean _generateRemittanceFeeTrans)

Run On

Client

Parameters

  • _custVendOutPaymRecord
    Type: CustVendOutPaymRecord Class
    The CustVendOutPaymRecord record that is selected for payment format generation.
  • _generateRemittanceFeeTrans
    Type: boolean
    A Boolean value that indicates whether the RemittanceFeeTrans value should be generated.

See Also

Reference

VendOutPaym_NO_BBS_Rem Class