Share via


InventBatchJournalController.getAvailableOnHandPhysical Method [AX 2012]

Get physical available on hand quatity for the specified item and invent dimension.

Syntax

private InventQty getAvailableOnHandPhysical(ItemId _itemId, InventDim _inventDim)

Run On

Server

Parameters

  • _inventDim
    Type: InventDim Table
    Invent dimesions to get the on hand quantity for.

Return Value

Type: InventQty Extended Data Type
The on hand physical available on hand quantity

See Also

Reference

InventBatchJournalController Class