ReqDemPlanStatisticalSSASForecast.prepareForecastLine Method [AX 2012]

Creates a forecast line.

private boolean prepareForecastLine(
    ReqDemPlanForecast _forecast, 
    ReqDemPlanCreateForecastDataContract _dataContract, 
    CLRObject _reader, 
    ReqDemPlanDateConverter _dateConverter, 
    List _enabledAttributes, 
   [ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilterTable])

Run On

Server

Parameters

_forecast
Type: ReqDemPlanForecast Table
The forecast line to be prepared.
_dataContract
Type: ReqDemPlanCreateForecastDataContract Class
The data contract.
_reader
Type: CLRObject Class
The adomd data _reader instance.
_dateConverter
Type: ReqDemPlanDateConverter Class
The date converter instance
_enabledAttributes
Type: List Class
The list of enabled forecast attributes.
_allocationKeyFilterTable
Type: ReqDemPlanAllocationKeyFilterTmp Table
Temporary table hodling the values for the allocation keys to be used.

Return Value

Type: boolean
true if the record should be inserted in the database, otherwise false.

Community Additions

ADD
Show: