SourceDocumentProcessor Class [AX 2012]
The SourceDocumentProcessor class is a source document processor state machine.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from 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.) |
| initCurrentAccountingStatus | Initializes the current accounting status of the source document processor. (Overrides the initCurrentAccountingStatus Method.) |
| initCurrentState | Initializes the current state of the source document processor. (Overrides the initCurrentState Method.) |
| initialize | Initializes the source document processor. (Inherited from SourceDocumentProcessorBase.) |
| initReferenceData | Initializes the source document processor reference data. (Overrides the initReferenceData Method.) |
| 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.) |
| parmCaller | Gets or sets the _caller parameter. (Inherited from SourceDocumentProcessorBase.) |
| parmCurrentImplementation | Gets or sets the CurrentImplementation parameter. (Inherited from SourceDocumentProcessorBase.) |
| parmCurrentItem | Gets the CurrentItem parameter. (Inherited from SourceDocumentProcessorBase.) |
| parmCurrentSourceDocAccountingStatus | Gets the CurrentSourceDocAccountingStatus parameter. |
| parmCurrentState | Gets the CurrentState parameter. (Inherited from SourceDocumentProcessorBase.) |
| parmDoTransToCompletedStateAccountCheck | Gets or sets the DoTransToCompletedStateAccountCheck parameter. (Inherited from SourceDocumentProcessorBase.) |
| parmIsOnDemandUserRequest | Gets or sets the IsOnDemandUserRequest parameter. (Inherited from SourceDocumentProcessorBase.) |
| parmSourceDocumentLineItemList | Gets or sets the SourceDocumentLineItemList parameter. |
| parmTargetSourceDocumentAccountingStatus | Gets or sets the TargetSourceDocumentAccountingStatus parameter. |
| parmUpdateImplementation | Gets or sets the UpdateImplementation parameter. (Inherited from SourceDocumentProcessorBase.) |
| parmUser | Gets or sets the User parameter. (Inherited from SourceDocumentProcessorBase.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| submit | Submits a source document to process. (Inherited from SourceDocumentProcessorBase.) |
| targetStateReached | Checks whether the target state has been reached. (Overrides the targetStateReached Method.) |
| 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.) |
| ::construct | Initializes a new instance of the SourceDocumentProcessor class. |
| ::newFromSourceDocumentImplementation | Initializes a new instance of the SourceDocumentProcessor class from a source document implementation record. |
| ::submitHeaderSourceDocumentLines | Submits the header source document lines to process. |
| ::submitOnDemandSourceDocumentImpl | Submits a source document implementation to process. |
| ::submitSourceDocumentImplementation | Submits a source document implementation for processing. |
| ::submitSourceDocumentLinesForHeader | Submits all source document lines for processing. |
Community Additions
ADD
Show: