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.

Syntax

class DimensionStructureChangeSynchronize

Run On

Server

Methods

  Method Description
Gg754478.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg754478.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg754478.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg754478.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg754478.privmethod(en-us,AX.60).gif init Initializes an instance of the DimensionStructureChangeSynchronize class.
Gg754478.privmethod(en-us,AX.60).gif initForChartOfAccountsChange Initializes an instance of the DimensionStructureChangeSynchronize class for adding an account structure to a chart of the accounts.
Gg754478.privmethod(en-us,AX.60).gif initForLedgerChange Initializes an instance of the DimensionStructureChangeSynchronize class for adding an account structure to a ledger.
Gg754478.protmethod(en-us,AX.60).gif new Initializes a new instance of the DimensionStructureChangeSynchronize class.
Gg754478.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg754478.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg754478.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg754478.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg754478.privmethod(en-us,AX.60).gif process Updates all of the pertinent unposted records with updated ledger dimensions.
Gg754478.privmethod(en-us,AX.60).gif processBudget Updates budget transaction lines after dimensions were disabled for budgeting.
Gg754478.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg754478.privmethod(en-us,AX.60).gif synchronizeLedgerDimensions Sets the updated ledger dimension values to the synched value for the structure changed.
Gg754478.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg754478.privmethod(en-us,AX.60).gif updateAccountingDistribution Updates all pertinent AccountingDistribution records with updated ledger dimensions.
Gg754478.privmethod(en-us,AX.60).gif updateAdvancedLedgerEntryLine Updates all relevant AdvancedLedgerEntryLine records with updated ledger dimensions.
Gg754478.privmethod(en-us,AX.60).gif updateBudgetCheckResultErrWarningDetail Updates all pertinent BudgetCheckResultErrorWarningDetail records with updated ledger dimensions.
Gg754478.privmethod(en-us,AX.60).gif updateBudgetPlanLine Updates all BudgetPlanLine records with updated ledger dimensions.
Gg754478.privmethod(en-us,AX.60).gif updateBudgetSourceTrackingDetail Updates all BudgetSourceTrackingDetail records with updated ledger dimensions.
Gg754478.privmethod(en-us,AX.60).gif updateBudgetTransactionLine Updates all BudgetTransactionLine records with updated ledger dimensions.
Gg754478.privmethod(en-us,AX.60).gif updateDimensionAlias Updates all DimensionAlias records with updated ledger dimensions.
Gg754478.privmethod(en-us,AX.60).gif updateJournalizingDefinition Updates all JournalizingDefinitionMatch records and JournalizingDefinitionMatchDetail records with updated ledger dimensions.
Gg754478.privmethod(en-us,AX.60).gif updateLedgerJournalTrans Updates all LedgerJournalTrans records with updated ledger dimensions.
Gg754478.privmethod(en-us,AX.60).gif updateTaxUncommitted Updates all TaxUncommitted records with updated ledger dimensions.
Gg754478.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg754478.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg754478.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg754478.pubmethod(en-us,AX.60).gif Gg754478.static(en-us,AX.60).gif ::processAccountStructureChange Updates all of the unposted records after an account structure modification.
Gg754478.pubmethod(en-us,AX.60).gif Gg754478.static(en-us,AX.60).gif ::processBudgetEnabledDimensionsChange Updates budget transaction lines after dimensions were disabled for budgeting.
Gg754478.pubmethod(en-us,AX.60).gif Gg754478.static(en-us,AX.60).gif ::processChartOfAccountsChange Updates all of the unposted records after an account structure is added to a chart of accounts.
Gg754478.pubmethod(en-us,AX.60).gif Gg754478.static(en-us,AX.60).gif ::processLedgerChange Updates all the relevant unposted records after an account structure is added to a ledger.
Gg754478.pubmethod(en-us,AX.60).gif Gg754478.static(en-us,AX.60).gif ::processRuleChange Updates all of the unposted records after a rule was modified.
Gg754478.pubmethod(en-us,AX.60).gif Gg754478.static(en-us,AX.60).gif ::processRuleStructureChange Updates all of the unposted records after a rule structure modification.

Top

Inheritance Hierarchy

Object Class
  DimensionStructureChangeSynchronize Class