Share via


InventOnHandQty::newParametersActive 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 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

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

See Also

Reference

InventOnHandQty Class