SalesLineDiscount_LineDiscount.parmAmount Method [AX 2012]

Gets or sets the Amount parameter.

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
          public DiscAmount parmAmount([DiscAmount _value])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public AmountCur parmAmount([AmountCur _value])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public AmountCur parmAmount([AmountCur _value])

  Microsoft Dynamics AX 2012 (FPK)
          public AmountCur parmAmount([AmountCur _value])

  Microsoft Dynamics AX 2012 (SYS)
          public AmountCur parmAmount([AmountCur _value])

Run On

Called

Parameters

Return Value

Type: DiscAmount Extended Data Type
The value of the Amount parameter.

See Also

Reference

SalesLineDiscount_LineDiscount Class