Share via


WHSInventTable::getHighestUnitQtyByUOMSeqGroup Method

Converts the quantity to the highest unit of measure that doesn't leave a remainder.

Syntax

client server public static container getHighestUnitQtyByUOMSeqGroup(
    ItemId _itemId, 
    Qty _qty, 
    UnitOfMeasureSymbol _unitId)

Run On

Called

Parameters

Return Value

Type: container
A container where the first value is the converted qty and the second value being the unit of measure the qty was converted to.

See Also

Reference

WHSInventTable Table