DMFDataConfigurationWizard Class [AX 2012]
Generates staging data and taget data. used to create mapping between external file and staging data
| Method | Description | |
|---|---|---|
| back | (Inherited from SysWizard.) |
| backEnabled | (Inherited from SysWizard.) |
| bitmapLarge | (Inherited from SysWizard.) |
| bitmapSmall | (Inherited from SysWizard.) |
| cancel | Cancel the data configaration by deleting the entities from DMFComparisonEntityList table (Overrides the cancel Method.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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 | Last step in the wizard, completes the wizard process. (Overrides the finish Method.) |
| finishEnabled | (Inherited from SysWizard.) |
| formName | Gets the form name to start wizard (Overrides the formName Method.) |
| formRun | (Inherited from SysWizard.) |
| 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 | Initializes a new instance of the DMFDataConfigurationWizard class. (Overrides the init Method.) |
| 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 | This method is used to go to the next step in the wizard and validates the entities. (Overrides the next Method.) |
| 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.) |
| parmBatchGroupId | Gets or sets the BatchGroupId parameter. |
| parmDescription | Gets or sets the Description parameter. |
| parmDirection | Gets or sets the Direction parameter. |
| parmPGName | Gets or sets the PGName parameter. |
| parmRunOnBatch | Gets or sets the RunOnBatch parameter. |
| parmSourceCompany | Gets or sets the SourceCompany parameter. |
| parmTargetCompany | Gets or sets the TargetCompany parameter. |
| prompt | (Inherited from SysWizard.) |
| run | Generates staging and target data dynamically. (Overrides the run Method.) |
| saveRecord | (Inherited from SysWizard.) |
| service | (Inherited from SysWizard.) |
| serviceMethod | (Inherited from SysWizard.) |
| setPageHelpText | (Inherited from SysWizard.) |
| setPageTitle | (Inherited from SysWizard.) |
| 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 data. (Overrides the validate Method.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates an instance and holds the provided DMFDataConfigurationWizard object. |
| ::createDefinitationGroup | Creates the new record for defination group in a DMFDefinitionGroup table |
| ::createEntityDetails | Creates the new mapping as per current sample file. |
| ::description | Gets the description of the class. |
| ::generateDataForWizard | Creates a defination group and adds an entity to the source and target. |
| ::generateStagingData | Generates staging data dynamically. |
| ::generateTargetData | Generates target data dynamically. |
| ::main | Provides an entry point for the DMFDataConfigurationWizard class when it is called from a menu item. |
| ::runOnBatchCompareData | Compares the data between source and target. |
| ::runOnBatchCopyData | Copies data from staging to target data. |
Community Additions
ADD
Show: