LeanDocumentAggregator Class [AX 2012]
The LeanDocumentAggregator class is the base abstract class for aggregating data that will be used for additional creation of subcontracting documents.
| Method | Description | |
|---|---|---|
| addSourceRecordToLine | Adds a source record from the current data provider to the document line. |
| aggregateData | Aggregates the provided data. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createDocumentHeader | Creates a document header object. |
| createDocumentLine | Creates a document line object. |
| equal | Determines whether the two objects are equal. |
| getDocumentHeaderKey | Gets a document header key. |
| getDocumentLineKey | Gets a document line key. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTimePeriodKey | Retrieves an accumulation key for a kanban job buffer based on the current aggregation mode. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| kanbanJobDateTime | Retrieves the utcDateTime value that must be used for the current KanbanJob record. |
| new | Creates a new instance of the LeanDocumentAggregator 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.) |
| parmAggregationMode | Gets or sets the AggregationMode parameter. |
| parmCurrentProvider | Gets or sets the CurrentProvider parameter. |
| processingData | Retrieves the aggregated data in a form that is appropriate to be consumed by a LeanDocumentProcessor derived class. |
| refreshData | Refreshes the local buffers. |
| serviceQuantityForJob | Retrieves the service quantity that will be used for the particular job. |
| 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.) |
| updateDocumentHeaderFromLine | Adds a source record from the current data provider to the document line. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateOutputServiceDimensions | Validates the output service dimensions against the service configuration. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Object Class
LeanDocumentAggregator Class
LeanDocumentPurchaseOrderAggregator Class
LeanDocumentReceiptAdviceAggregator Class
LeanDocumentAggregator Class
LeanDocumentPurchaseOrderAggregator Class
LeanDocumentReceiptAdviceAggregator Class
Community Additions
ADD
Show: