ReqDemPlanDataAggregator::newStandard Method [AX 2012]

Is the default constructor for the class.

client server public static ReqDemPlanDataAggregator newStandard(
    ReqDemPlanTaskLoggerInterface _logger, 
    ReqDemPlanForecastVersion _targetVersion, 
   [ReqDemPlanDateGranularity _granularity])

Run On

Called

Parameters

_logger
Type: ReqDemPlanTaskLoggerInterface Interface
The object to use for logging.
_targetVersion
Type: ReqDemPlanForecastVersion Enumeration
The version to use.
_granularity
Type: ReqDemPlanDateGranularity Enumeration
The granularity to use for aggregation.

Return Value

Type: ReqDemPlanDataAggregator Class
An instance of the ReqDemPlanDataAggregator class.
Show: