Tax.amountBaseForTaxOnTax_IN Method [AX 2012]
Gets amount base for tax.
Syntax
public TaxAmountCur amountBaseForTaxOnTax_IN(
FormulaDesigner_IN _formulaDesigner,
CalcExp_IN _formula,
TmpTax _tmpTaxLoc,
TaxBase _taxBaseQty)
Run On
Server
Parameters
- _formulaDesigner
Type: FormulaDesigner_IN Table
The formala designer.
- _formula
Type: CalcExp_IN Extended Data Type
The formula.
- _tmpTaxLoc
Type: TmpTax Table
The temporary tax location.
- _taxBaseQty
Type: TaxBase Extended Data Type
The tax base quantity.
Return Value
Type: TaxAmountCur Extended Data Type
The instance of the TaxAmountCur class.