Tax.getChargeAmount_IN Method [AX 2012]

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

  • _delimiterVal
    Type: str
    The delimiter for the markup code in the expression.

Return Value

Type: MarkupAmount Extended Data Type
The charge amount.

See Also

Reference

Tax Class