Tax.taxCalcWithoutSource Method [AX 2012]

NoteNote

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 taxCalcWithoutSource(
            TaxGroup _taxGroup, 
            TaxItemGroup _taxItemGroup, 
            TransDate _taxDate, 
            CurrencyCode _sourceCurrencyCode, 
            AmountCur _baseAmountCur, 
            TaxModuleType _taxModuleType, 
           [TaxBase _baseQty, 
            UnitOfMeasureSymbol _baseUnit, 
            ItemId _itemId, 
            TaxDirection _taxDirection, 
            GSTHSTTaxType_CA _gsthstTaxType_CA, 
            TransDate _calculationDate])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public TaxAmountCur taxCalcWithoutSource(
            TaxGroup _taxGroup, 
            TaxItemGroup _taxItemGroup, 
            TransDate _taxDate, 
            CurrencyCode _sourceCurrencyCode, 
            AmountCur _baseAmountCur, 
            TaxModuleType _taxModuleType, 
           [TaxBase _baseQty, 
            UnitOfMeasureSymbol _baseUnit, 
            ItemId _itemId, 
            TaxDirection _taxDirection, 
            GSTHSTTaxType_CA _gsthstTaxType_CA, 
            TransDate _calculationDate])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public TaxAmountCur taxCalcWithoutSource(
            TaxGroup _taxGroup, 
            TaxItemGroup _taxItemGroup, 
            TransDate _taxDate, 
            CurrencyCode _sourceCurrencyCode, 
            AmountCur _baseAmountCur, 
            TaxModuleType _taxModuleType, 
           [TaxBase _baseQty, 
            UnitOfMeasureSymbol _baseUnit, 
            ItemId _itemId, 
            TaxDirection _taxDirection, 
            GSTHSTTaxType_CA _gsthstTaxType_CA])

  Microsoft Dynamics AX 2012 (FPK)
          public TaxAmountCur taxCalcWithoutSource(
            TaxGroup _taxGroup, 
            TaxItemGroup _taxItemGroup, 
            TransDate _taxDate, 
            CurrencyCode _sourceCurrencyCode, 
            AmountCur _baseAmountCur, 
            TaxModuleType _taxModuleType, 
           [TaxBase _baseQty, 
            UnitOfMeasureSymbol _baseUnit, 
            ItemId _itemId, 
            TaxDirection _taxDirection, 
            GSTHSTTaxType_CA _gsthstTaxType_CA])

  Microsoft Dynamics AX 2012 (SYS)
          public TaxAmountCur taxCalcWithoutSource(
            TaxGroup _taxGroup, 
            TaxItemGroup _taxItemGroup, 
            TransDate _taxDate, 
            CurrencyCode _sourceCurrencyCode, 
            AmountCur _baseAmountCur, 
            TaxModuleType _taxModuleType, 
           [TaxBase _baseQty, 
            UnitOfMeasureSymbol _baseUnit, 
            ItemId _itemId, 
            TaxDirection _taxDirection, 
            GSTHSTTaxType_CA _gsthstTaxType_CA])

Run On

Server

Parameters

_taxGroup
Type: TaxGroup Extended Data Type
_taxItemGroup
Type: TaxItemGroup Extended Data Type
_taxDate
Type: TransDate Extended Data Type
_sourceCurrencyCode
Type: CurrencyCode Extended Data Type
_baseAmountCur
Type: AmountCur Extended Data Type
_taxModuleType
Type: TaxModuleType Enumeration
_baseQty
Type: TaxBase Extended Data Type
_baseUnit
Type: UnitOfMeasureSymbol Extended Data Type
_itemId
Type: ItemId Extended Data Type
_taxDirection
Type: TaxDirection Enumeration
_gsthstTaxType_CA
Type: GSTHSTTaxType_CA Enumeration
_calculationDate
Type: TransDate Extended Data Type

Reference

Community Additions

ADD
Show: