InventReleaseOrderPickingForm.pdsCWFindQtyPhysicalInvent Method [AX 2012]
Finds the total catch weight quantity for a specified item that has the specified dimensions.
Syntax
public PdsCWInventQty pdsCWFindQtyPhysicalInvent(ItemId _itemId, InventDim _inventDim)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The item ID to get quantities for.
- _inventDim
Type: InventDim Table
The dimensions to get quantities for.
Return Value
Type: PdsCWInventQty Extended Data Type
The total catch-weight quantity for the specified item that has the specified dimensions.