InventReleaseOrderPickingForm.pdsCWFindQtyOnPick Method [AX 2012]
Finds the catch weight quantity on a picking list or output order for the item and the inventdim on the sales line.
Syntax
public PdsCWInventQty pdsCWFindQtyOnPick(ItemId _itemId, InventDim _inventDim)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The ItemId value of the item on the sales line.
- _inventDim
Type: InventDim Table
The InventDim value on the sales line.
Return Value
Type: PdsCWInventQty Extended Data Type
The catch weight quantity.
Remarks
The result is saved in a map for performance reasons.