Share via


TradeTotals.unitQtyInInventoryUnits Method [AX 2012]

Converts a quantity from order line units to inventory units.

Syntax

protected InventQty unitQtyInInventoryUnits(UnitQty _unitQty)

Run On

Server

Parameters

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.

See Also

Reference

TradeTotals Class