BudgetPlanTemplateGenerationWizard Class [AX 2012]
This class supports the BudgetPlanningTemplateWizard functionality.
| Method | Description | |
|---|---|---|
| accessMenuFunction | Initializes a MenuFunction object. |
| addFieldsForDimensionLookups | Adds the xml parts for dimension document datasource custom queries to the budget planning template. |
| addMatrixFields | Process and add matrix fields to the proper collections. |
| addTemplateColumns | Adds all selected template columns to the data sheet, and all other columns to the backing sheet. |
| back | (Inherited from SysWizard.) |
| backEnabled | (Inherited from SysWizard.) |
| bitmapLarge | (Inherited from SysWizard.) |
| bitmapSmall | (Inherited from SysWizard.) |
| cancel | (Inherited from SysWizard.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createTemplateFileOnDisc | Creates and writes a spreadsheet file to disc. |
| curTab | (Inherited from SysWizard.) |
| curTabName | (Inherited from SysWizard.) |
| enableButtons | (Inherited from SysWizard.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| finish | Finish the wizard. (Inherited from SysWizard.) |
| finishEnabled | (Inherited from SysWizard.) |
| formName | Returns the form name of BudgetPlanTemplateGenerationWizard form. (Overrides the formName Method.) |
| formRun | (Inherited from SysWizard.) |
| generateTemplate | Generate a budget planning template based on the data collected in the BudgetPlanTemplateGenerationWizard form. |
| getSelectedAccountStructure | Gets the accounting strucutre selected by the user. |
| getSelectedDimensionFields | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasFinishButton | (Inherited from SysWizard.) |
| hasFinishPage | (Inherited from SysWizard.) |
| hasWelcomePage | (Inherited from SysWizard.) |
| init | (Inherited from SysWizard.) |
| initFormRun | (Inherited from SysWizard.) |
| isBackEnabled | (Inherited from SysWizard.) |
| isFinishEnabled | (Inherited from SysWizard.) |
| isNextEnabled | (Inherited from SysWizard.) |
| new | Initializes a new instance of the SysWizard class. (Inherited from SysWizard.) |
| next | (Inherited from SysWizard.) |
| nextEnabled | (Inherited from SysWizard.) |
| 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.) |
| parmDataSource | Gets or sets the dataSource. |
| prompt | (Inherited from SysWizard.) |
| run | Executes the template generation code. (Overrides the run Method.) |
| saveRecord | (Inherited from SysWizard.) |
| service | (Inherited from SysWizard.) |
| serviceMethod | (Inherited from SysWizard.) |
| setConnection | Sets the IConnection reference for the wizard. |
| setNonSelectedTemplateColumns | Sets the list of columns that weren't selected in the template columns list panel. |
| setPageHelpText | (Inherited from SysWizard.) |
| setPageTitle | (Inherited from SysWizard.) |
| setParameters | Sets data about the template. |
| setSelectedHeaders | Sets a list of the selected header fields in the headers list panel. |
| setSelectedMatrixFields | Sets the list of matrix fileds in the calc fields list panel. |
| setSelectedTemplateColumns | Sets a list of the selected template columns from the list panel. |
| setTab | (Inherited from SysWizard.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setupNavigation | (Inherited from SysWizard.) |
| skipTab | (Inherited from SysWizard.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validate | Validates the wizard. (Inherited from SysWizard.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the BudgetPlanTemplateGenerationWizard class. |
| ::isBudgetPlanDocuDataSourceEnabled | Checks if the table DocuDataSource has a record that matches the following requirements.Name = "BudgetPlanOfficeAddinService" Type = Service Module = Budget IsActive = Yes |
| ::isBudgetServicesInboundPortDeployed | Checks if the the "BudgetServices" service is deployed and the 6 service operations are enabled. |
| ::isCorrectServiceDataUtilityVersion | Checks if the ServiceDataUtility class exists in assembly Microsoft.Dynamics.AX.Framework.DocumentRender. |
| ::isOfficeAddinsInstalled | Checks to see if Office Addins is installed and enabled. |
| ::main | Provides an entry point for the BudgetPlanTemplateGenerationWizard class when it is called from a menu item. |
Community Additions
ADD
Show: