ReqCalc.actionCalcDimTrans Method [AX 2012]

Processes action messages for one requirement transaction.

Syntax

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.
  • _processStaticReceipts
    Type: boolean
    A Boolean value that indicates whether to process static receipts.

See Also

Reference

ReqCalc Class