DimensionController Class [AX 2012]
The DimensionController class is used as a base class for specialized classes that all use the segmented entry control and processes multiple dimension related segments as a group.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkForBlockedValue | Determines whether the specified value is blocked and cannot be entered. |
| clearInvalidSegment | Clears the specified control segment, marks it as invalid, and prevents the user from leaving the segment. |
| clearReference | Clears the record ID of the DimensionAttributeValueCombination record that is referenced by the dialog field or the table field and reloads a blank control. |
| control_segmentEntered | Modifies the explicitly implemented segmented entry control segmentEntered method not to require the method to be specified at design time on all uptake forms. |
| DimensionLinkAllowFieldEdit | Rises when a field is being made editable for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| DimensionLinkMarkFieldOptional | Rises when a field is being made optional for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| DimensionLinkSetFieldValue | Rises when a field value is being set for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| DimensionLinkShowField | Rises when a field is being shown for a specified dimension attribute. (Inherited from DimensionControllerObject.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getAccountStructure | Retrieves the current account structure. |
| getAttributeValueSet | Gets a container of all dimension attribute values and backing entity instances for the specified value set. (Inherited from DimensionControllerObject.) |
| getReference | Gets the record ID of the DimensionAttributeValueCombination record that is referenced by the dialog field or the table field. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getValue | Retrieves the value of the specified dimension attribute. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| jumpRef | Provides a way to locate the main table. |
| jumpRefDialogField | Jumps to the dialog field when the dialog fields are dynamically added at runtime. |
| loadAutoCompleteData | Retrieves the AutoComplete data for segment lookup purposes. |
| loadAutoCompleteDataDialogField | Jumps to the dialog field when the dialog fields are dynamically added at runtime. |
| loadFromDimensionStorage | Loads an instance of the DimensionStorage class into the control. |
| loadSegments | Loads a previously stored segmented value combination into the control. |
| loadSegmentsDialogField | Loads the segments from the specified FormSegmentedEntryControl object. |
| new | Initializes a new instance of the DimensionController class. |
| 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.) |
| parmControl | Gets or sets the Control parameter. |
| parmDataAreaId | Gets or sets the DataAreaId parameter. |
| parmDataSource | Sets a reference to the data source and field name that link to a DimensionAttributeValueCombination table. |
| parmDialogField | Sets a reference to and initializes the override methods on the DialogField class that contain a value reference to a DimensionAttributeValueCombination record. |
| parmDisableMRU | Gets or sets the DisableMRU parameter. |
| parmIsChildController | Checks whether the controller is a root-level controller or a child-level controller. |
| parmSkipSuspendedAndActiveDateValidation | Gets or sets the SkipSuspendedAndActiveDateValidation parameter. |
| parmValidateBlockedForManualEntry | Gets or sets the ValidateBlockedForManualEntry parameter. |
| resolveReference | Saves the segmented value combination. |
| resolveReferenceDialogField | Saves the segmented value combination. |
| segmentValueChanged | Updates the controller when the value of a segment changes. |
| segmentValueChangedDialogField | Updates the controller when the value of a segment changes. |
| setDataAreaId | Sets an instance of the DataAreaId class that is used by the controller. |
| setReference | Sets the record ID of the DimensionAttributeValueCombination referenced by the dialog field or table field. |
| 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.) |
| validate | Validates the controller. |
| validateDialogField | Validates the fields. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::validateUsedDimensionAttributeValue | Validates the specified dimension attribute value. |
Community Additions
ADD
Show: