Tax.getChargeAmount_IN Method [AX 2012]
Gets the charge amount for specified markup code in current line.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
protected MarkupAmount getChargeAmount_IN(
MarkupCode _markupCode,
str _delimiterVal,
TaxBase _taxBaseQty,
[CalcExp_IN _formula])
Microsoft Dynamics AX 2012 R2 (SYS)
protected MarkupAmount getChargeAmount_IN(
MarkupCode _markupCode,
str _delimiterVal,
TaxBase _taxBaseQty)
Run On
ServerParameters
- _markupCode
- Type: MarkupCode Extended Data Type
The markup code.
- _delimiterVal
- Type: str
The delimiter for the markup code in the expression.
- _taxBaseQty
- Type: TaxBase Extended Data Type
The tax base quantity.
- _formula
- Type: CalcExp_IN Extended Data Type
Community Additions
ADD
Show:
Note