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 gross amount.
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 AmountCur getGrossAmount(
Common _line,
[boolean _isOnJewelry,
boolean _isByCash,
boolean _isSettled])
Microsoft Dynamics AX 2012 R2 (SYS)
protected AmountCur getGrossAmount(Common _line)
Run On
Server
Parameters
- _line
Type: Common Table
The line information.
- _isOnJewelry
Type: boolean
- _isByCash
Type: boolean
- _isSettled
Type: boolean
Return Value
Type: AmountCur Extended Data Type
The instance of the AmountCur class.