PdsCatchWeight::cwQty Method [AX 2012]
Converts an inventory quantity to a catch weight quantity.
server public static PdsCWInventQty cwQty(
ItemId _itemId,
InventQty _qty,
[boolean _applyRounding])
Run On
ServerParameters
- _itemId
- Type: ItemId Extended Data Type
The item for which the quantity is to be converted.
- _qty
- Type: InventQty Extended Data Type
The inventory quantity to be converted.
- _applyRounding
- Type: boolean
A Boolean value that determines whether the resulting catch weight quantity should be rounded according to the rule defined on the unit; optional.
Show: