ReqDemPlanForecastStrategy.execute Method [AX 2012]
Base class for the forecasting strategies/algorithms to be used for forecast generation.
Syntax
public abstract void execute(
ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilterTable,
ReqDemPlanCreateForecastDataContract _dataContract,
RefRecId _forecastVersion,
ReqDemPlanTaskLoggerInterface _logger)
Run On
Called
Parameters
- _allocationKeyFilterTable
Type: ReqDemPlanAllocationKeyFilterTmp Table
Temporary table hodling the values for the allocation keys to be used.
- _dataContract
Type: ReqDemPlanCreateForecastDataContract Class
Data contract to be used.
- _forecastVersion
Type: RefRecId Extended Data Type
Version of the forecast.
- _logger
Type: ReqDemPlanTaskLoggerInterface Interface
Logger instance to be used.