Share via


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

Return Value

Type: InventDim Table
The cached InventDim record; otherwise, an empty buffer.

See Also

Reference

ReqCalcRecordCacheInventDim Class