AccountingDistributionDimensionProcessor Class [AX 2012]
The AccountingDistributionDimensionProcessor class contains methods that propagate dimension information from AccountingDistribution records.
| 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.) |
| ::cacheLedgerDimensionInformation | Caches the ledger dimension information for the specified accounting distribution. |
| ::clearCache | Clears the cache that is used by the AccountingDistributionDimensionProcessor class that is part of the SysTransactionScopeCache class. |
| ::createDefaultDimensionFromLedgerDims | Creates a default dimension for the specified combination of ledger dimensions. |
| ::getLedgerDimensionInformation | Gets the value for the ledger dimension for the specified accounting distribution. |
| ::getLedgerDimensionInformationFromCache | Retrieves the cached value for the ledger dimension that is stored for the specified accounting distribution. |
| ::getLedgerDimensionInformationFromTable | Looks up the ledger dimension information for a distribution. |
| ::getLedgerDimensions | Gets the collection of ledger dimension for the specified accounting distribution and its parent distribution hierarchy. |
| ::resolveDefaultDimensions | Resolves the default dimension for the specified accounting distribution by merging all the default dimensions in its parent distribution hierarchy. |
Community Additions
ADD
Show: