Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the charge amount for specified markup code in current line.
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
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
Server
Parameters
- _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
Return Value
Type: MarkupAmount Extended Data Type
The charge amount.