LedgerDimensionEPController Class [AX 2012]
The LedgerDimensionEPController class manages business logic interaction for dimension controls in EP.
| Method | Description | |
|---|---|---|
| addHierarchyToControl | Adds the specified hierarchy to the control. |
| addSegmentToControl | Adds the specified segement to the control. |
| applyDimensionAttributeValuesRestriction | Restricts dimension attribute values based on the total, suspended and inactive date range. |
| applyRules | Applies the rules to the current combination. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearControl | Clears the current control. |
| currentControlSegmentCount | Sends back the total number of segments in the physical control. |
| currentStorageSegmentCount | Retrieves the total number of segments in the backing storage. |
| displayStructureChangedMessage | Displays the message to inform the user that the structure has changed. |
| doIncludeSuspendedDimAttributeValues | Determines whether the suspended dimension attribute values are included in the lookup. |
| doIncludeTotalDimAttributeValues | Determines whether total dimension attribute values are included in the lookup. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findAccountStructureHierarchy | Determines which account structure to use by using the values entered in the segments which are common to all account structures. |
| getAttributeNameFieldName | Sends back the field name for the field that contains the name column for the specified segment. |
| getAttributeValueFieldName | Sends back the field name for the field that contains the value column for the specified segment. |
| getControlIndexByDimensionAttribute | Gets the index in the control of the specified dimension attribute. |
| getDescription | Gets the description associated with the specified value for a segment. |
| getDescriptionByAttribute | Gets the description associated with the specified value for a dimension attribute. |
| getDimAttributeValueRestrictionDate | The date by which the dimension attribute values are restricted to. |
| getDimAttributeViewContract | Gets an instance of the DimensionAttributeViewContract class for the specified dimension attribute record ID. |
| getDimensionAttributeByControlIndex | Gets the dimension attribute ID of the specified index in the control. |
| getDimensionAttributeByStorageIndex | Gets the dimension attribute ID of the specified index in the instance of the DimensionStorage class. |
| getDimensionAttributeId | Gets the ID of the dimension attribute associated with the specified control index. |
| getDimensionAttributeValueRecId | |
| getEntityInstance | Gets the value of the specified dimension attribute. |
| getLookupDataSet | Gets a data set to use for lookups in EP. |
| getOwningHierarchyId | Gets the owning dimension hierarchy ID of the specified dimension attribute. |
| getRestrictedLookupData | Sends back a query that is restricted to only the valid values for the specified index. |
| getSegment | Gets the EP segment at the specified control index. |
| getStorageIndexArrayByDimensionAttribute | Gets an array that contains the indexes where the specified dimension attribute is used in the instance of the DimensionStorage class. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUnrestrictedLookupData | Gets an unrestricted query for the specified index. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isControlEmpty | Determines whether the control is empty. |
| loadEmptySegments | Defines the behavior of the account entry control when a DimensionAttributeValueComination record is not being loaded in the control. |
| loadFromId | Loads a previously stored segmented value combination in the control. |
| loadSegmentData | Loads segment data from the current dimension storage instance. |
| new | Initializes a new instance of the LedgerDimensionEPController 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 LedgerDimensionEPController class. |
| parmAccountStructureId | Gets or sets the AccountStructureId parameter. |
| parmDataAreaId | Gets or sets the DataAreaId parameter. |
| parmDate | Gets or sets the Date parameter. |
| parmJournalName | Gets or sets the JournalName parameter. |
| parmPostingType | Gets or sets the PostingType parameter. |
| removeSegmentFromControl | Removes the specified segment from the control. |
| removeSingleHierarchy | Removes the last hierarchy from the control. |
| resolveReference | Retrieves the record ID of the current combination. |
| retrieveDimensionHierarchy | Loads a dimension hierarchy in the control when the exact hierarchy to use is unknown. |
| segmentValueChanged | Updates the backing data when a segment value is changed in the control. |
| setStorageValue | |
| 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 LedgerDimensionEPController class. |
| updateStructure | Updates the structure based on the currently entered values. |
| updateStructureDisambiguation | Updates the structure based on the current values for changes in the disambiguation section. |
| 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 current combination. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: