ReqDemPlanAccuracyExcelFileGenerator Class [AX 2012]
The ReqDemPlanAccuracyExcelFileGenerator class is responsible for generating the Microsoft Excel file that is used to view forecast accuracy data.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cleanup | Execute subclass-specific clean up logic after excel file generation is done. (Overrides the cleanup Method.) |
| containerToEnumerable | Creates an enumerable that has the same contents as the given container. (Inherited from ReqDemPlanExcelFileGenerator.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| generate | Generates the Excel file. (Overrides the generate Method.) |
| getDateCubeField | Gets the date dimension field name, based on the specified granularity. (Inherited from ReqDemPlanExcelFileGenerator.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hideAllSheets | Hides all worksheets in the Excel document. (Inherited from ReqDemPlanExcelFileGenerator.) |
| new | Initializes a new instance of this class. (Overrides the new Method.) |
| 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.) |
| run | Generates the Excel file. (Inherited from ReqDemPlanExcelFileGenerator.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showSheetWithRange | Makes sure that the worksheet that contains the range that has the given name is visible. (Inherited from ReqDemPlanExcelFileGenerator.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateInformationSheet | Updates the "Accuracy information" worksheet with details from the generated forecsat. |
| updateInformationSheetFilters | Updates query filters in excel information sheet. (Inherited from ReqDemPlanExcelFileGenerator.) |
| updatePivotTable | Updates the pivot table with a connection string that points to the cube and adds relevant fields to it. |
| 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.) |
| ::generateOnClient | Generates the Excel file on the client tier. |
| ::generateOnServer | Generates the Excel file on the server tier. |
| ::newStandard | Creates a new instance of this class. |
Community Additions
ADD
Show: