InventReleaseOrderPickingForm.findQtyOnPick Method [AX 2012]
Finds the quantity on a picking list or output order for the item and the inventdim on the sales line.
Syntax
protected InventQty findQtyOnPick(ItemId _itemId, InventDim _inventDim)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The ItemId of the item on the sales line.
- _inventDim
Type: InventDim Table
The InventDim on the sales line.
Return Value
Type: InventQty Extended Data Type
The quantity of inventTrans with a child reference equal to InventTransChildType::WMSOrder or InventTransChildType::InventJournalPickingList.
Remarks
The result is saved in a map, for performance reasons.