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

Server

Parameters

_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.

Return Value

Type: PdsCWInventQty Extended Data Type
A converted catch weight quantity.
Show: