DimensionDefaultingEPController Class [AX 2012]
The DimensionDefaultingEPController class manages the business logic interaction for dimension defaulting controls in Enterprise Portal (EP).
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| currentSegmentCount | Retrieves the number of segments to display. |
| 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.) |
| getAttributeNameFieldName | Gets the field name for the field that contains the name of the specified segment. |
| getAttributeValueFieldName | Gets the field name for the field that contains the value of the specified segment. |
| getAttributeValueSet | Gets a container of all dimension attribute values and backing entity instances for the specified value set. (Inherited from DimensionControllerObject.) |
| getDimAttributeViewContract | Gets an instance of the DimensionAttributeViewContract class for the specified DimensionAttribute record ID. |
| getDimensionAttributeIdByIndex | Gets the dimension attribute ID of the specified index in the control. |
| getLookupDataSet | Gets a data set to use for lookups in the EP. |
| getLookupQuery | Gets a query to use for the specified index. |
| getSegmentByIndex | Gets the EP segment at the specified control index. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUpdatedDimensionAttributeValueSetId | Gets the RecId value of a record in the DimensionAttributeValueSet table that represents the current combination. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| loadDimensionAttributes | |
| loadDimensionAttributeValueSet | Loads a dimension attribute value set into the control. |
| new | Initializes a new instance of the DimensionDefaultingEPController 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.) |
| pack | Serializes the current instance of the DimensionDefaultingEPController class. |
| parmDataAreaId | Gets or sets the DataAreaId parameter. |
| parmShowNoDefaultLabelForEmptyValue | Gets or sets the ShowNoDefaultLabelForEmptyValue parameter. |
| parmValueErrorTolerance | Gets or sets the ValueErrorTolerance parameter. |
| parmValueFilterDate | Gets or sets the ValueFilterDate parameter. |
| segmentValueChanged | Updates the cached data when a segment value is changed in the control. |
| setSegmentForEmptyValue | |
| 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.) |
| unpack | Deserializes the pack parameter value to an instance of the DimensionDefaultingEPController class. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateValueBasedOnValueErrorTolerance | |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Object Class
DimensionControllerObject Class
DimensionDefaultingEPController Class
MainAccountEPController Class
DimensionControllerObject Class
DimensionDefaultingEPController Class
MainAccountEPController Class
Community Additions
ADD
Show: