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
- _sourceTableId
Type: RefTableId Extended Data Type
The tableId of the source table.
- _sourceRecId
Type: RefRecId Extended Data Type
The recId of the source table.
- _taxItemGroup
Type: TaxItemGroup Extended Data Type
The TaxItemGroup attached for the transaction.
- _vendAccountLoc
Type: VendAccount Extended Data Type
The vendor account of the transaction.
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
Return Value
Type: TaxAmountCur Extended Data Type
returns total Indirect taxes excluding CustomsDuty and service tax for GTA vendor.