Share via


VendOutPaymTelehansaInt5122_EE.updateLedgerJournalTrans Method [AX 2012]

Updates the LedgerJournalTrans record after it is processed.

Syntax

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

Run On

Server

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

VendOutPaymTelehansaInt5122_EE Class