Share via


InventOnhand::newEstimatedUpdate Method [AX 2012]

Retrieves an instance of the InventOnHand class.

Syntax

client server public static InventOnhand 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: InventOnhand Class
An instance of the InventOnHand class.

Remarks

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

See Also

Reference

InventOnhand Class