ReqCalc.futuresCalcDimTrans Method [AX 2012]

Updates a transaction that is futures marked. This includes rescheduling of planned orders if it is required.

protected void futuresCalcDimTrans(
    ReqSetupDim _setupDim, 
    ReqTrans _reqTrans, 
    List _listFuturesReschedule)

Run On

Called

Parameters

_setupDim
Type: ReqSetupDim Class
A ReqSetupDim object that contains the cached item coverage settings.
_reqTrans
Type: ReqTrans Table
The ReqTrans record to be updated with the futures information.
_listFuturesReschedule
Type: List Class
A List that contains orders to be rescheduled.

If the _listFuturesReschedule parameter is not null, the order to be rescheduled is added to this list.Otherwise a new instance of a scheduling engine is created and the order is rescheduled immediately.

Community Additions

ADD
Show: