ReqCalc.futuresCalcDim Method [AX 2012]

Updates the futures information on all transactions for a item/dimension pair.

Syntax

protected void futuresCalcDim(
    ReqSetupDim _setupDim, 
    Query _reqTransQuery, 
   [List _listFuturesReschedule])

Run On

Called

Parameters

  • _setupDim
    Type: ReqSetupDim Class
    A ReqSetupDim object that contains the item coverage settings.
  • _reqTransQuery
    Type: Query Class
    A Query that can be used to get all the requirement transactions to be futures processed.
  • _listFuturesReschedule
    Type: List Class
    A List object to which the orders to be scheduled should be added.

See Also

Reference

ReqCalc Class