CustVendVoucher.getTransactionTxt_BR Method [AX 2012]

This method sets class variables to be used in the setTransactionTxt and then return the trasaction text setup according to the ledgerTransTxt base enum

Syntax

public TransTxt getTransactionTxt_BR(
    CustVendAC _custVendAccountNum, 
    TaxWithholdCode _custVendWHTCode, 
    InvoiceId _invoiceId, 
    LedgerVoucher _ledgerVoucher)

Run On

Server

Parameters

Return Value

Type: TransTxt Extended Data Type
Transaction text setup according to the ledgerTransTxt base enum

See Also

Reference

CustVendVoucher Class