DimensionDetails Class [AX 2012]
The DimensionDetails class manages common business logic that is shared by the DimensionDetails and DimensionCreateEdit forms.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| close | Returns the current state of the form to the calling form when closed. |
| dimensionAttribute_active | Updates the state of the table and form when a record is selected. |
| dimensionAttribute_postCreate | Resets the state after a create has occurred. |
| dimensionAttribute_postValidateWrite | Validates that the write of the dimension attribute is allowed after the validateWrite method of the kernel is called. |
| dimensionAttribute_preValidateWrite | Validates that the write of the dimension attribute is allowed before the validateWrite method of the kernel is called. |
| dimensionAttribute_write | Resets the state and update associated records after a write has occurred. |
| dimensionAttributeName_modified | Enables the value details button after a name has been assigned. |
| dimensionValueDetails_clicked | Launches the dimension value details form. |
| enableMask | Enables or disables the mask field |
| entityList_selectionChange | Resets the state after a backing entity has been selected. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes the dimension attribute data source to restrict to the records that are required by the launching form. |
| linkDimensionAttribute | Caches the specified backing entity and updates the appropriate non-user visible fields in the data source. |
| mask_textChange | Updates the dimension attribute data source to indicate that a change to a dependent data source has occurred in order to save both data sources. |
| new | Constructs and returns an instance of the DimensionStorage class with the specified initial number of segments. |
| 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 | Initializes the list of backing entities. |
| 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.) |
| 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.) |
| ::main | Provides an entry point for the DimensionDetails class when it is called from a menu item. |
Community Additions
ADD
Show: