DimensionStructureChangeSynchronize Class [AX 2012]
The DimensionStructureChangeSynchronize class provides an API for synchronizing ledger dimensions on unposted transactions after the structure is changed by a modification to an account structure or rule.
| 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.) |
| init | Initializes an instance of the DimensionStructureChangeSynchronize class. |
| initForChartOfAccountsChange | Initializes an instance of the DimensionStructureChangeSynchronize class for adding an account structure to a chart of the accounts. |
| initForLedgerChange | Initializes an instance of the DimensionStructureChangeSynchronize class for adding an account structure to a ledger. |
| new | Initializes a new instance of the DimensionStructureChangeSynchronize 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.) |
| process | Updates all of the pertinent unposted records with updated ledger dimensions. |
| processBudget | Updates budget transaction lines after dimensions were disabled for budgeting. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| synchronizeLedgerDimensions | Sets the updated ledger dimension values to the synched value for the structure changed. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateAccountingDistribution | Updates all pertinent AccountingDistribution records with updated ledger dimensions. |
| updateAdvancedLedgerEntryLine | Updates all relevant AdvancedLedgerEntryLine records with updated ledger dimensions. |
| updateBudgetCheckResultErrWarningDetail | Updates all pertinent BudgetCheckResultErrorWarningDetail records with updated ledger dimensions. |
| updateBudgetPlanLine | Updates all BudgetPlanLine records with updated ledger dimensions. |
| updateBudgetSourceTrackingDetail | Updates all BudgetSourceTrackingDetail records with updated ledger dimensions. |
| updateBudgetTransactionLine | Updates all BudgetTransactionLine records with updated ledger dimensions. |
| updateDimensionAlias | Updates all DimensionAlias records with updated ledger dimensions. |
| updateJournalizingDefinition | Updates all JournalizingDefinitionMatch records and JournalizingDefinitionMatchDetail records with updated ledger dimensions. |
| updateLedgerJournalTrans | Updates all LedgerJournalTrans records with updated ledger dimensions. |
| updateTaxUncommitted | Updates all TaxUncommitted records with updated ledger dimensions. |
| 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.) |
| ::processAccountStructureChange | Updates all of the unposted records after an account structure modification. |
| ::processBudgetEnabledDimensionsChange | Updates budget transaction lines after dimensions were disabled for budgeting. |
| ::processChartOfAccountsChange | Updates all of the unposted records after an account structure is added to a chart of accounts. |
| ::processLedgerChange | Updates all the relevant unposted records after an account structure is added to a ledger. |
| ::processRuleChange | Updates all of the unposted records after a rule was modified. |
| ::processRuleStructureChange | Updates all of the unposted records after a rule structure modification. |
Community Additions
ADD
Show: