TaxUncommitted::getActualTaxAmountForSourceLine Method
Gets the actual tax amount for an invoice.
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 getActualTaxAmountForSourceLine(
RefTableId _sourceTableId,
RefRecId _sourceRecId,
boolean _includeUseTax,
boolean _useTransactionalCurrency,
[boolean _isIncludeIndiaTax])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static TaxAmountCur getActualTaxAmountForSourceLine(
RefTableId _sourceTableId,
RefRecId _sourceRecId,
boolean _includeUseTax,
boolean _useTransactionalCurrency)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static TaxAmountCur getActualTaxAmountForSourceLine(
RefTableId _sourceTableId,
RefRecId _sourceRecId,
boolean _includeUseTax,
boolean _useTransactionalCurrency)
Microsoft Dynamics AX 2012 (FPK)
client server public static TaxAmountCur getActualTaxAmountForSourceLine(
RefTableId _sourceTableId,
RefRecId _sourceRecId,
boolean _includeUseTax,
boolean _useTransactionalCurrency)
Microsoft Dynamics AX 2012 (SYS)
client server public static TaxAmountCur getActualTaxAmountForSourceLine(
RefTableId _sourceTableId,
RefRecId _sourceRecId,
boolean _includeUseTax,
boolean _useTransactionalCurrency)
Run On
Called
Parameters
- _sourceTableId
Type: RefTableId Extended Data Type
A transaction line table ID.
- _sourceRecId
Type: RefRecId Extended Data Type
A transaction line record ID.
- _includeUseTax
Type: boolean
A Boolean value that indicates whether the tax amount includes the use tax.
- _useTransactionalCurrency
Type: boolean
A Boolean value that indicates whether the tax amount is in the transactional or accounting currency.
- _isIncludeIndiaTax
Type: boolean
Return Value
Type: TaxAmountCur Extended Data Type
The tax amount.