ReqForecastAggregate.reduceOverallDemandForecast Method [AX 2012]

Reduces the overall forecast quantity by already aggregated values.

protected void reduceOverallDemandForecast(
    Map _mapPeriod, 
    ReqPlanData _reqPlanData, 
    ReqSetupDim _setupDim, 
   [boolean _validateOnly])

Run On

Called

Parameters

_mapPeriod
Type: Map Class
A Map object that contains aggregated values that should be subtracted from the ReqTrans table record.
_reqPlanData
Type: ReqPlanData Class
A ReqPlanData object that contains master planning run data.
_setupDim
Type: ReqSetupDim Class
A ReqSetupDim object that contains coverage settings for a specific item ID and inventory dimensions.
_validateOnly
Type: boolean
A Boolean value that specifies whether validation of the aggregated forecast's quantities should be performed without persisting aggregated values in the database.

Community Additions

ADD
Show: