Tax::calcTaxAmount Method [AX 2012]

server public static TaxAmountCur calcTaxAmount(
    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

Reference

Show: