AccountingDistributionExtender Class [AX 2012]
The AccountingDistributionExtender class provides extensibility to the AccountingDistribution form.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| datasourceActivePost | Called after the active method of the AccountingDistribution form data source. |
| datasourceInitPost | Called after the init method of the AccountingDistribution form data source. |
| datasourceWritePre | Called before the write method of the AccountingDistribution form data source. |
| enableFieldsActive | Allows for entry in fields and will be implemented in this method. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fieldModifiedLegalEntityPost | Occurs after the modified method of the AccountingLegalEntity field of the accounting distribution. |
| fieldModifiedPercentagePost | Called after the modified method of the Percentage field of the AccountingDistribution object. |
| fieldModifiedQuantityPost | Called after the modified method of the Quantity field of the AccountingDistribution object. |
| fieldModifiedTransCurrencyAmountPost | Called after the modified method of the TransCurrencyAmount field of the AccountingDistribution object. |
| formDataSourceRefresh | Updates the form by refreshing the data source. |
| formInitPost | Called after the init method of the AccountingDistribution form. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initializeFormControls | Initializes the additional controls of the AccountingDistribution form to provide functional extensibility. |
| new | |
| 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.) |
| taskNewPost | Called after an AccountingDistribution record is created. |
| 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.) |
| ::newAccountingDistributionExtender |
Community Additions
ADD
Show: