DimensionDefaultingService Class [AX 2012]
The DimensionDefaultingService class provides defaulting functionality for dimensions.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| 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.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| 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.) |
| ::applyFixedDimensions | Applies fixed dimensions to the specified ledger dimension. |
| ::createLedgerDimension | Creates a ledger dimension for the specified combination. |
| ::createLedgerDimensionForType | Creates a ledger dimension for the specified combination. |
| ::createLedgerDimForDefaultDim | Creates a ledger dimension for the specified combination of default dimension and ledger dimension. |
| ::createLedgerDimFromLedgerDim | Creates a new combination applying the current hierarchy definitions and ledger account rules. |
| ::getCacheKeyForCreateLedgerDimType | Gets the cache key that is used by the methods that create ledger dimensions by type. |
| ::getInterunitDimValuesForLedgerDim | Gets a list of interunit dimension values that are associated with the specified ledger dimension and ledger. |
| ::ledgerDimensionFromLedgerDims | Creates a ledger dimension for the specified combination. |
| ::mergeDefaultDimensions | Merges the specified default dimensions into a single default dimension. |
| ::mergeLedgerDimensions | Merges the specified ledger dimensions into a single ledger dimension. |
| ::replaceAttributeValue | Replaces the value of the specified dimension attribute in the target set with the value from the source set. |
| ::serverApplyFixedDimensions | Applies fixed dimensions to the specified ledger dimension. |
| ::serverCreateLedgerDimension | Creates a ledger dimension for the specified combination. |
| ::serverCreateLedgerDimensionForType | Creates a ledger dimension for the specified combination that has the specified ledger dimension type. |
| ::serverCreateLedgerDimForDefaultDim | Creates a ledger dimension for the specified combination of default dimension and ledger dimension. |
| ::serverCreateLedgerDimFromLedgerDim | Creates a new combination applying the current hierarchy definitions and ledger account rules. |
| ::serverGetInterunitDimValuesForLedgerDim | Gets a list of interunit dimension values that are associated with the specified ledger dimension and ledger. |
| ::serverLedgerDimensionFromLedgerDims | Creates a ledger dimension for the specified combination. |
| ::serverMergeDefaultDimensions | Merges the specified default dimensions into a single default dimension. |
| ::serverMergeLedgerDimensions | Merges the specified ledger dimensions into a single ledger dimension. |
| ::serverReplaceAttributeValue | Replaces the value of the specified dimension attribute in the target set with the value from the source set. |
| ::serverStructureChangeLedgerDimensions | Updates a combination to match the current hierarchy definitions and ledger account rules. |
| ::serviceApplyFixedDimensions | Applies fixed dimensions to the specified ledger dimension. |
| ::serviceCreateLedgerDimension | Creates a ledger dimension for the specified combination. |
| ::serviceCreateLedgerDimensionForType | Creates a ledger dimension for the specified combination that has the specified ledger dimension type. |
| ::serviceCreateLedgerDimForDefaultDim | Creates a ledger dimension for the specified combination of default dimension and ledger dimension. |
| ::serviceCreateLedgerDimFromLedgerDim | Creates a new combination applying the current hierarchy definitions and ledger account rules. |
| ::serviceGetInterunitDimValuesForLedgerDim | Gets a list of interunit dimension values that are associated with the specified ledger dimension and ledger. |
| ::serviceLedgerDimensionFromLedgerDims | Creates a ledger dimension for the specified combination. |
| ::serviceMergeDefaultDimensions | Merges the specified default dimensions into a single default dimension. |
| ::serviceMergeLedgerDimensions | Merges the specified ledger dimensions into a single ledger dimension. |
| ::serviceReplaceAttributeValue | Replaces the value of the specified dimension attribute in the target set with the value from the source set. |
| ::serviceStructureChangeLedgerDimension | Updates a combination to match the current hierarchy definitions and ledger account rules. |
| ::structureChangeLedgerDimension | Updates a combination to match the current hierarchy definitions and ledger account rules. |
Community Additions
ADD
Show: