Share via


CustVoucher.initCustVendTrans Method [AX 2012]

Updates the CustVendTrans map.

Syntax

protected void initCustVendTrans(
    CustVendTrans custVendTrans, 
    LedgerVoucher _ledgerPostingJournal, 
   [boolean _useSubLedger])

Run On

Server

Parameters

  • custVendTrans
    Type: CustVendTrans Map
    The map that contains the value of the vendor transaction or customer transaction.
  • _ledgerPostingJournal
    Type: LedgerVoucher Class
    The ledger posting journal to use for ledger posting.
  • _useSubLedger
    Type: boolean
    A Boolean value that indicates whether the subledger is being used; optional.

See Also

Reference

CustVoucher Class