Share via


TaxWithholdCalculation_IN::getVendorInformation Method [AX 2012]

sets the container with values from either open transactions or ledgerJournalTrans

Syntax

server public static container getVendorInformation(
    SpecTrans _specTrans, 
   [LedgerJournalTrans _ledgerJournalTrans, 
    CompanyId _paymentCompany])

Run On

Server

Parameters

  • _specTrans
    Type: SpecTrans Table
    The _specTrans open transactions buffer used to set container.
  • _ledgerJournalTrans
    Type: LedgerJournalTrans Table
    The _ledgerJournalTrans journal lines buffer used to set container.

Return Value

Type: container
Returns container with values set from specTrans buffer or ledgerJournalTrans buffer.

See Also

Reference

TaxWithholdCalculation_IN Class