TaxTable.calcTax Method
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
public TaxAmount calcTax(
TransDate _date,
TmpTax _tmpTax,
TaxBase _amountBase,
TaxBase _amountBaseBefore,
CurrencyCode _sourceCurrencyCode,
NoYes _triangulation,
TransDate _calculationDate,
[SalesPurchJournalLine_IN _salesPurchJournalLine])
Microsoft Dynamics AX 2012 R2 (SYS)
public TaxAmount calcTax(
TransDate _date,
TmpTax _tmpTax,
TaxBase _amountBase,
TaxBase _amountBaseBefore,
CurrencyCode _sourceCurrencyCode,
NoYes _triangulation,
TransDate _calculationDate,
[SalesPurchJournalLine_IN _salesPurchJournalLine])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public TaxAmount calcTax(
TransDate _date,
TmpTax _tmpTax,
TaxBase _amountBase,
TaxBase _amountBaseBefore,
CurrencyCode _sourceCurrencyCode,
NoYes _triangulation,
TransDate _calculationDate)
Microsoft Dynamics AX 2012 (FPK)
public TaxAmount calcTax(
TransDate _date,
TmpTax _tmpTax,
TaxBase _amountBase,
TaxBase _amountBaseBefore,
CurrencyCode _sourceCurrencyCode,
NoYes _triangulation,
TransDate _calculationDate)
Microsoft Dynamics AX 2012 (SYS)
public TaxAmount calcTax(
TransDate _date,
TmpTax _tmpTax,
TaxBase _amountBase,
TaxBase _amountBaseBefore,
CurrencyCode _sourceCurrencyCode,
NoYes _triangulation,
TransDate _calculationDate)
Run On
ClientOrServer
Parameters
- _date
Type: TransDate Extended Data Type
- _tmpTax
Type: TmpTax Table
- _amountBase
Type: TaxBase Extended Data Type
- _amountBaseBefore
Type: TaxBase Extended Data Type
- _sourceCurrencyCode
Type: CurrencyCode Extended Data Type
- _triangulation
Type: NoYes Enumeration
- _calculationDate
Type: TransDate Extended Data Type
- _salesPurchJournalLine
Type: SalesPurchJournalLine_IN Map