CustVendVoucher.getWithholdAmount_IN Method [AX 2012]

Calculate and return the withhold amount.

public TaxWithholdAmountCur getWithholdAmount_IN(
    Common _common, 
    TableId _sourceTableId, 
    RecId _sourceRecId, 
    LedgerVoucher _ledgerPostingJournal)

Run On

Server

Parameters

_common
Type: Common Table
A source table buffer.
_sourceTableId
Type: TableId Extended Data Type
Reference number of the table.
_sourceRecId
Type: RecId Extended Data Type
Record id of the record in the source table.
_ledgerPostingJournal
Type: LedgerVoucher Class
A LedgerVoucher object.

Return Value

Type: TaxWithholdAmountCur Extended Data Type
Returns the withhold amount.

Community Additions

ADD
Show: