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
- _itemId
Type: ItemId Extended Data Type
- _inventDimId
Type: InventDimId Extended Data Type
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.