ReqDemPlanImportForecastService Class [AX 2012]
The ReqDemPlanCreateForecastService class is a service class for starting forecast import.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkFailedForItemUnitConversion | Displays a warning message when the forecast import cannot be completed for a specified product due to missing unit conversion details. |
| cleanupPreviousForecastPerAllocationKey | Deletes the existing forecast records for a given allocation key and date range. |
| cleanupPreviousForecastPerItemId | Deletes the existing forecast records for a given item and date range. |
| convertNotApplicable | Replaces non-applicable string values that are retrieved from Microsoft SQL Server Analysis Services (SSAS) with empty strings. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findInventDim | Finds the InventDim record that matches the given dimension values and item dimension setup. |
| getMdxQuery | Forms the MDX query that is executed to read forecast data. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| importCompanyForecastFromCube | Imports the forecast from the Demand forecast cube into the Demand forecast tables of a given company. |
| importForecastFromCube | Imports the forecast from the Demand forecast cube into the Demand forecast tables. |
| initializeTempForecastRecord | |
| insertDemandForecast | Inserts demand forecast records, based on the given parameters. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmLogger | Gets or sets the Logger parameter. |
| parmSsasHelper | Gets or sets the SsasHelper parameter. |
| parmSSASInfo | Gets or sets the SSASInfo parameter. |
| populateItemAllocationMap | Populates the map for storing the item allocation keys in memory to prevent multiple trips to the database. |
| run | Starts the forecast import process. |
| safeInit | Performs exception-free initialization of the current instance. |
| saveImportedForecastInfo | Saves the parameters of this forecast import in the log table. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| trackForecastEntry | Tracks changes of forecast records. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: