Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _itemId
 Type: ItemId Extended Data Type
 The item for which on hand is to be retrieved.
- _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.