ReqCalc.actionCalcDimTrans Method [AX 2012]

Processes action messages for one requirement transaction.

protected void actionCalcDimTrans(
    ReqSetupDim _setupDim, 
    Map _mapReqTransSum, 
    RefRecId _reqPlanVersionRefRecId, 
    ItemId _itemId, 
    InventDimId _covInventDimId, 
    boolean _processStaticReceipts)

Run On

Called

Parameters

_setupDim
Type: ReqSetupDim Class
A ReqSetupDim object that identifies the item and dimension coverage settings.
_mapReqTransSum
Type: Map Class
A map where all the ReqTrans receipts that have actions are registered.
_reqPlanVersionRefRecId
Type: RefRecId Extended Data Type
The current plan version.
_itemId
Type: ItemId Extended Data Type
The ID of the item to process.
_covInventDimId
Type: InventDimId Extended Data Type
The coverage dimension to process.
_processStaticReceipts
Type: boolean
A Boolean value that indicates whether to process static receipts.

Community Additions

ADD
Show: