InventOnHandQty::newItemDim Method [AX 2012]
Creates a new instance of the InventOnHandQty class based on the specified parameters.
Syntax
client server public static InventOnHandQty newItemDim(
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.