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

  • _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.

See Also

Reference

InventReleaseOrderPickingForm Class