LeanDocumentService Class [AX 2012]
The LeanDocumentService class implements a service method for processing of subcontracting documents.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createAggregatorsFromContract | Creates an event handler object. |
| createDocumentTasksFromContract | Creates document tasks objects. |
| createObserversFromContract | Creates observer objects. |
| createProcessor | Initializes an instance of the LeanDocumentProcessor class. |
| createProcessorsFromContract | Creates a list of processors by using the number of providers, aggregators, and event handlers. |
| createProvidersFromContract | Creates a provider object. |
| createSubcontractingDocuments | Creates subcontracting documents by using input data from a data contract 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.) |
| recalculateQuantityForAssignedJobs | Recalculates the quantity for an existing subcontracting document. |
| recalculateQuantityForAssignedJobsPO | Recalculates the quantity for an existing purchase order line. |
| recalculateQuantityForAssignedJobsRA | Recalculates the quantity for an existing receipt advice line. |
| runProcessing | Executes the actual processing for a number of processors. |
| 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.) |
| updateSubcontractingDocuments | Updates the related subcontracting documents for all jobs that belong to the same group as the kanban job passed as a parameter. |
| updateSubcontractingDocumentsPO | Updates the related subcontracting documents for all jobs that belong to the same group as the kanban job passed as a parameter. |
| updateSubcontractingDocumentsRA | Updates the related subcontracting documents for all jobs that belong to the same group as the kanban job passed as a parameter. |
| 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.) |
| ::construct | Initializes a new instance of the LeanDocumentService class. |
Community Additions
ADD
Show: