TmpTaxWorkTrans::getIndirectTaxAmtForWHTSourceBaseCur_IN Method
Gets totalIndirect taxes excluding customs and GTA vendor ServiceTax.
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(
TmpTaxWorkTrans _tmpTaxWorkTrans,
RefTableId _sourceTableId,
RefRecId _sourceRecId,
TaxItemGroup _taxItemGroup,
[VendAccount _vendAccountLoc,
TaxWithholdGroup _taxWithholdGroup])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static TaxAmountCur getIndirectTaxAmtForWHTSourceBaseCur_IN(
TmpTaxWorkTrans _tmpTaxWorkTrans,
RefTableId _sourceTableId,
RefRecId _sourceRecId,
TaxItemGroup _taxItemGroup,
[VendAccount _vendAccountLoc])
Run On
Server
Parameters
- _tmpTaxWorkTrans
Type: TmpTaxWorkTrans Table
TmpTaxWorkTrans Table buffer.
- _sourceTableId
Type: RefTableId Extended Data Type
Source table TableId.
- _sourceRecId
Type: RefRecId Extended Data Type
Source table RecId.
- _taxItemGroup
Type: TaxItemGroup Extended Data Type
Source TaxItemGroup.
- _vendAccountLoc
Type: VendAccount Extended Data Type
Vendor Account.
- _taxWithholdGroup
Type: TaxWithholdGroup Extended Data Type
The TaxWithholdGroup attached for the transaction.
Return Value
Type: TaxAmountCur Extended Data Type
Returns totalIndirect taxes excluding customs and GTA vendor ServiceTax.