Share via


InventOnHandQty::newEstimatedUpdate Method [AX 2012]

Retrieves an instance of the InventOnHandQty class.

Syntax

client server public static InventOnHandQty newEstimatedUpdate(
    InventMovement _movement, 
    InventDim _inventDim, 
   [InventDimFixed _inventDimFixed])

Run On

Called

Parameters

  • _inventDim
    Type: InventDim Table
    An InventDim record that is used by the InventOnHand class.

Return Value

Type: InventOnHandQty Class
An instance of the InventOnHandQty class.

Remarks

If the _InventdimFixed parameter is specified then the fixed dimensions will be included by the InventOnHandQty class.

See Also

Reference

InventOnHandQty Class