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
ServerParameters
- _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.
Community Additions
ADD
Show: