InventOnHandQty::newPhysicalInvent Method [AX 2012]
Creates a new instance of the InventOnHandQty class based on the specified parameters.
Syntax
client server public static InventOnHandQty newPhysicalInvent(InventMovement _movement, InventDim _inventDim)
Run On
Called
Parameters
- _movement
Type: InventMovement Class
The inventory movement for which on hand is to be retrieved.
- _inventDim
Type: InventDim Table
The inventory dimensions for which on hand is to be retrieved.
Return Value
Type: InventOnHandQty Class
An instance of the InventOnHandQty class.