InventReleaseOrderPickingForm.findInventOnHandQty Method [AX 2012]
Finds the on-hand quantities for the specified item and dimensions.
Syntax
protected InventSum findInventOnHandQty(ItemId _itemId, InventDim _inventDim)
Run On
Server
Parameters
- _itemId
Type: ItemId Extended Data Type
The item.
- _inventDim
Type: InventDim Table
The set of inventory dimensions for which on-hand quantities are found.
Return Value
Type: InventSum Table
An InventSum record that holds on-hand values.