DimensionCreator_BR Class [AX 2012]
Handles the Brazilian updates for data types: the change of the Name EDT size from 60 to 80 and the creation of the additional dimension.
| Method | Description | |
|---|---|---|
| addElementToEDT | Adds a new dimension as a new array element to an extended data type. |
| addElementToEnum | Adds the new dimension as a new element to an enumeration. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| changeNameEDTsSize | Changes the size of the Name EDT. |
| createAdditionalDimension | Creates the additional dimension on base enums ans EDTs. |
| dimensionCaption | Provides the caption for the additional dimension. |
| dimensionName | Provides the name for the additional dimension. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| formName | Retrieves the related DimensionCreatorWizard_BR form name. |
| getListTreeNodePaths | Gets a list of the tree node paths of the Dimension related base enums and EDTs. |
| getNewPropertiesMap | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| 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.) |
| prompt | Calls the form related to this class. |
| run | Runs the operations the user chose on the related form. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| sysLabelFile | Retrieves an instance of the SysLabelFile class representing the label file. |
| 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.) |
| versionControlCheckIn | Opens the Pending objects form according to user selection. |
| versionControlCheckOut | Checks out the elements that the wizard needs to modify.Any new extended data types or enums that relate to dimensions should be added to this method. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::main | Provides an entry point for the DimensionCreator_BR class when it is called from a menu item. |
Community Additions
ADD
Show: