TaxUncommitted::getIndirectTaxAmtForWHTSourceBaseCur_IN Method

Gets total Indirect taxes excluding CustomsDuty and service tax for GTA vendor.

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
          server public static TaxAmountCur getIndirectTaxAmtForWHTSourceBaseCur_IN(
            RefTableId _sourceTableId, 
            RefRecId _sourceRecId, 
            TaxItemGroup _taxItemGroup, 
           [VendAccount _vendAccountLoc, 
            TaxWithholdGroup _taxWithholdGroup])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static TaxAmountCur getIndirectTaxAmtForWHTSourceBaseCur_IN(
            RefTableId _sourceTableId, 
            RefRecId _sourceRecId, 
            TaxItemGroup _taxItemGroup, 
           [VendAccount _vendAccountLoc])

Run On

Server

Parameters

Return Value

Type: TaxAmountCur Extended Data Type
returns total Indirect taxes excluding CustomsDuty and service tax for GTA vendor.

See Also

Reference

TaxUncommitted Table