Share via


InventOnhandReserve.convertQtyBetweenUnits Method [AX 2012]

Converts the inventory quantity value from one unit of measure to another by using the conversion rules that are defined for an item.

Syntax

public InventQty convertQtyBetweenUnits(
    InventQty _value, 
    UnitOfMeasureSymbol _fromUnitId, 
    UnitOfMeasureSymbol _toUnitId, 
    ItemId _itemId)

Run On

Called

Parameters

Return Value

Type: InventQty Extended Data Type
The converted inventory quantity.

See Also

Reference

InventOnhandReserve Class