Share via


ReqCalcRecordCacheInventDim.insert Method [AX 2012]

Inserts a key value pair into the cache.

Syntax

public boolean insert(
    ItemId _parentItemId, 
    RefRecId _parentInventDimRecId, 
    RouteId _routeId, 
    OprNum _oprNum, 
    WrkCtrConsumption _wrkCtrConsumption, 
    ItemId _itemId, 
    InventDim _inventDim)

Run On

Called

Parameters

Return Value

Type: boolean
true if the record was cached; otherwise, false.

See Also

Reference

ReqCalcRecordCacheInventDim Class