PmfQtyDataCarrier.qty Method [AX 2012]
Gets the inventory or the catch weight quantity depending on the type of the item.
Syntax
public Qty qty(boolean _isCWItem)
Run On
Called
Parameters
- _isCWItem
Type: boolean
A boolean value indicating whether the item is a catch weight item.
Return Value
Type: Qty Extended Data Type
The catch weight quantity for catch weight items; otherwise, the inventory quantity.