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 TaxAmountCur calcTaxSimple(
TransDate _date,
TmpTax _tmpTax,
TaxBaseCur _amountBaseCur,
CurrencyCode _sourceCurrencyCode,
NoYes _triangulation,
TransDate _calculationDate,
[SalesPurchJournalLine_IN _salesPurchJournalLine])
Microsoft Dynamics AX 2012 R2 (SYS)
public TaxAmountCur calcTaxSimple(
TransDate _date,
TmpTax _tmpTax,
TaxBaseCur _amountBaseCur,
CurrencyCode _sourceCurrencyCode,
NoYes _triangulation,
TransDate _calculationDate,
[SalesPurchJournalLine_IN _salesPurchJournalLine])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public TaxAmountCur calcTaxSimple(
TransDate _date,
TmpTax _tmpTax,
TaxBaseCur _amountBaseCur,
CurrencyCode _sourceCurrencyCode,
NoYes _triangulation,
TransDate _calculationDate)
Microsoft Dynamics AX 2012 (FPK)
public TaxAmountCur calcTaxSimple(
TransDate _date,
TmpTax _tmpTax,
TaxBaseCur _amountBaseCur,
CurrencyCode _sourceCurrencyCode,
NoYes _triangulation,
TransDate _calculationDate)
Microsoft Dynamics AX 2012 (SYS)
public TaxAmountCur calcTaxSimple(
TransDate _date,
TmpTax _tmpTax,
TaxBaseCur _amountBaseCur,
CurrencyCode _sourceCurrencyCode,
NoYes _triangulation,
TransDate _calculationDate)
Run On
ClientOrServer
Parameters
- _date
Type: TransDate Extended Data Type
- _tmpTax
Type: TmpTax Table
- _amountBaseCur
Type: TaxBaseCur Extended Data Type
- _sourceCurrencyCode
Type: CurrencyCode Extended Data Type
- _triangulation
Type: NoYes Enumeration
- _calculationDate
Type: TransDate Extended Data Type
- _salesPurchJournalLine
Type: SalesPurchJournalLine_IN Map