Share via


TaxWithholdUncommitted_IN::getActualTaxAmountForVoucher Method

Gets corrected withhold tax amount for specified HeadingTableId, HeadingRecId, voucher, inclusiveTax and companyId.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static TaxAmountCur getActualTaxAmountForVoucher(
            RefTableId _documentTableId, 
            RefRecId _documentId, 
            Voucher _voucher, 
            boolean _includeUseTax, 
           [SelectableDataArea _companyId, 
            RefRecId _sourceRecId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static TaxAmountCur getActualTaxAmountForVoucher(
            RefTableId _documentTableId, 
            RefRecId _documentId, 
            Voucher _voucher, 
            boolean _includeUseTax, 
           [SelectableDataArea _companyId])

Run On

Called

Parameters

  • _includeUseTax
    Type: boolean
    priceInclusive tax is marked.

Return Value

Type: TaxAmountCur Extended Data Type
Gets corrected withhold tax amount for specified HeadingTableId, HeadingRecId, voucher, inclusiveTax and companyId.

See Also

Reference

TaxWithholdUncommitted_IN Table