Share via


InventCostBeginningAmounts.isItemStored Method [AX 2012]

Checks whether an item and inventory dimension combination has been stored in the map.

Syntax

public boolean isItemStored(ItemId _itemId, InventDimId _inventDimId)

Run On

Called

Parameters

Return Value

Type: boolean
true if item and inventory dimension combination has been stored in map; otherwise false.

Remarks

The beginning amounts map is created during the temporary table generation.

See Also

Reference

InventCostBeginningAmounts Class