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 newParametersActive(
            ItemId _itemId, 
            InventDim _inventDim, 
            InventDimParm _inventDimParm, 
            InventDimParm _inventDimParmActive)
  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static InventOnhand newParametersActive(
            ItemId _itemId, 
            InventDim _inventDim, 
            InventDimParm _inventDimParm, 
            InventDimParm _inventDimParmActive)
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.
- _inventDimParmActive
 Type: InventDimParm Table
 The identification of active dimensions which are compared to the _inventDimParm parameter.
Return Value
Type: InventOnHandQty Class
An instance of the InventOnHandQty class.