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 InventQty to new unit of measure.
Syntax
client server public static InventQty convertQtyToUOM(
ItemId _itemId,
UnitOfMeasureSymbol _toUomSymbol,
InventQty _qty)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
The item for which conversion is done.
- _toUomSymbol
Type: UnitOfMeasureSymbol Extended Data Type
The new unit of measure.
- _qty
Type: InventQty Extended Data Type
The quantity in old unit of measure.
Return Value
Type: InventQty Extended Data Type
InventQty in requested unit of measure.