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

See Also

Reference

TaxTable Table