Share via


InventOnHandQty::newParameters Method [AX 2012]

Creates a new instance of the InventOnHandQty class based on the specified parameters.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static InventOnHandQty newParameters(
            ItemId _itemId, 
            InventDim _inventDim, 
           [InventDimParm _inventDimParm])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static InventOnHandQty newParameters(
            ItemId _itemId, 
            InventDim _inventDim, 
            InventDimParm _inventDimParm)

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    The inventory dimensions for which on hand is to be retrieved.
  • _inventDimParm
    Type: InventDimParm Table
    The identification of dimensions for which on hand is to be retrieved.

Return Value

Type: InventOnHandQty Class
An instance of the InventOnHandQty class.

See Also

Reference

InventOnHandQty Class