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.
Converts a quantity from order line units to inventory units.
Syntax
protected InventQty unitQtyInInventoryUnits(UnitQty _unitQty)
Run On
Server
Parameters
- _unitQty
Type: UnitQty Extended Data Type
The order line quantity to convert.
Return Value
Type: InventQty Extended Data Type
The order line quantity in inventory units.
Exceptions
Exception | Condition |
---|---|
Error | The method was called from the base. |
Remarks
Derived classes that support non-inventoried item based lines should override this method. This method should only be called after the InventTable instance variable has been initialized.