ReqCalcRecordCacheInventDim.lookup Method [AX 2012]
Looks up a value in the cache.
Syntax
public InventDim lookup(
ItemId _parentItemId,
RefRecId _parentInventDimRecId,
RouteId _routeId,
OprNum _oprNum,
WrkCtrConsumption _wrkCtrConsumption,
ItemId _itemId)
Run On
Called
Parameters
- _parentItemId
Type: ItemId Extended Data Type
The parent item ID.
- _parentInventDimRecId
Type: RefRecId Extended Data Type
The parent inventory dimension record ID.
- _routeId
Type: RouteId Extended Data Type
The route ID.
- _oprNum
Type: OprNum Extended Data Type
The operation number.
- _wrkCtrConsumption
Type: WrkCtrConsumption Extended Data Type
The resource consumption setting.
- _itemId
Type: ItemId Extended Data Type
The child item ID.
Return Value
Type: InventDim Table
The cached InventDim record; otherwise, an empty buffer.