Share via


ReqDemPlanStatisticalSSASForecast.prepareForecastLine Method [AX 2012]

Creates a forecast line.

Syntax

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

Run On

Server

Parameters

  • _enabledAttributes
    Type: List Class
    The list of enabled forecast attributes.

Return Value

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

See Also

Reference

ReqDemPlanStatisticalSSASForecast Class