AccountingEventSourceDocumentProcessor Class [AX 2012]
The AccountingEventSourceDocumentProcessor class is responsible for processing financial accounting events for a source document.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| determineSourceDocAccountingRequired | Determines whether financial accounting recognition is required for the source document. |
| 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.) |
| initialize | Initializes the AccountingEventSourceDocumentProcessor class instance for accounting event processing. |
| maintainAccountingEvents | Maintains the AccountingEvent records with the requested accounting event type. |
| new | Initializes a new instance of the AccountingEventSourceDocumentProcessor 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.) |
| parmSourceDocument | Gets or sets the SourceDocument parameter. |
| parmSourceDocumentAccountingPolicy | Gets or sets the SourceDocumentAccountingPolicy parameter. |
| 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.) |
| ::createAccountingEvent | Creates an AccountingEvent record for the specified source document with the specified accounting date, accounting type, and accounting event state. |
| ::createAccountingEvents | Creates an AccountingEvent record for the specified source document with the specified accounting type and accounting event state. |
| ::determineAccountingRequiredFromLines | Determines whether financial accounting recognition is required for the specified source document, based on the accounting policies for the source document lines. |
| ::determineRequiredAccountingEventType | Determines the required accounting event type. |
| ::executeSQL | |
| ::maintainAccountingEvent | Maintains the references to the AccountingDistribution and AccountingEvent records for the specified source document with the specified accounting date and accounting event state. |
| ::newForSourceDocument | Creates an instance of the AccountingEventSourceDocumentProcessor class for the specified source document. |
| ::submitToMaintainAccountingEvents | Submits the specified source document to maintain its accounting events. |
| ::updateDistributionsForEvent |
Community Additions
ADD
Show: