ReqDemPlanCopyOverForecastStrategy.execute Method [AX 2012]

Base class for the forecasting strategies/algorithms to be used for forecast generation.

public void execute(
    ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilterTable, 
    ReqDemPlanCreateForecastDataContract _dataContract, 
    RefRecId _version, 
    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.
_version
Type: RefRecId Extended Data Type

_logger
Type: ReqDemPlanTaskLoggerInterface Interface
Logger instance to be used.

Community Additions

ADD
Show: