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