Share via


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

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.

See Also

Reference

InventReleaseOrderPickingForm Class