TradeTotals.qtyUnitRemain Method [AX 2012]
Retrieves the quantity that remains in order line units.
Syntax
protected InventQty qtyUnitRemain()
Run On
Server
Return Value
Type: InventQty Extended Data Type
The quantity that remains in order line units.
Exceptions
Exception | Condition |
---|---|
Error | The method was not implemented in a derived class that supports non-inventoried lines. |
Remarks
Derived classes that supports non-inventoried lines should override this method.