ReqDemPlanMissingForecastFiller::newParameters Method [AX 2012]

Initializes a new instance of the ReqDemPlanMissingForecastFiller class based on the given parameters.

client server public static ReqDemPlanMissingForecastFiller newParameters(
    ReqDemPlanCreateForecastDataContract _dataContract, 
    ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilter, 
   [ReqDemPlanTaskLoggerInterface _logger])

Run On

Called

Parameters

_dataContract
Type: ReqDemPlanCreateForecastDataContract Class
The data contract instance.
_allocationKeyFilter
Type: ReqDemPlanAllocationKeyFilterTmp Table
The allocation key filter table buffer.
_logger
Type: ReqDemPlanTaskLoggerInterface Interface
The logger instance

Return Value

Type: ReqDemPlanMissingForecastFiller Class
a new instance of the ReqDemPlanMissingForecastFiller class.
Show: