ReqCalcRecordCacheInventDim.insert Method [AX 2012]

Inserts a key value pair into the cache.

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

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.
_inventDim
Type: InventDim Table
The InventDim record to cache.

Return Value

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

Community Additions

ADD
Show: