Share via


InventModelType_MovingAverage.financialInventOnHand Method [AX 2012]

Retrieves the financial available inventory.

Syntax

protected InventOnhand financialInventOnHand(
    ItemId _itemId, 
    InventDimId _inventDimId, 
    InventDimGroupSetup _inventDimGroupSetup, 
   [InventOnhand _inventOnhand])

Run On

Called

Parameters

  • _inventOnhand
    Type: InventOnhand Class
    An InventOnHand object that has the physical on-hand inventory.

Return Value

Type: InventOnhand Class
An InventOnHand object that has the financial on-hand inventory.

See Also

Reference

InventModelType_MovingAverage Class