Share via


InventCostOnhandCache.getOnhand Method [AX 2012]

Gets the financial inventory on-hand for an inventory dimension.

Syntax

public InventOnhand getOnhand(InventMovement _movement, InventDim _inventDim)

Run On

Called

Parameters

  • _movement
    Type: InventMovement Class
    The InventMovement that is processed by InventUpd_Physical or InventUpd_Financial

Return Value

Type: InventOnhand Class
An InventOnHand class instance with the financial inventory.

See Also

Reference

InventCostOnhandCache Class