PurchCORDeliveryDueWorkflow Class [AX 2012]
The PurchCORDeliveryDueWorkflow class is used to run a delivery due date notification workflow.
| Method | Description | |
|---|---|---|
| activateWorkflow | Activates a workflow. (Inherited from PurchCORWorkflow.) |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| cancelWorkflow | Cancels the workflows on the document record. (Inherited from PurchCORWorkflow.) |
| canSubmit | Indicates whether the PurchLine record can be submitted to the workflow. (Overrides the canSubmit Method.) |
| checkActiveWorkflowType | Checks whether an active workflow has been defined. (Inherited from PurchCORWorkflow.) |
| checkPolicy | Checks whether a COR policy has been defined. (Inherited from PurchCORWorkflow.) |
| checkSubmitState | Checks whether the document can be submitted. (Inherited from PurchCORWorkflow.) |
| completeAction | Gets the name of a menu item that is used when taking the complete action. (Overrides the completeAction Method.) |
| completeTask | Activates the Complete task action on the workflow. (Inherited from PurchCORWorkflow.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getPurchLine | Gets the document record as a PurchLine record. |
| getState | Gets the PurchLine state. (Overrides the getState Method.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWorkflowSubmitDialog | Opens a dialog box where submission information can be entered. (Inherited from PurchCORWorkflow.) |
| getWorkflowType | Gets the name of a workflow type that is used when starting the workflow. (Overrides the getWorkflowType Method.) |
| 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.) |
| parmDocumentRecord | Gets or sets the DocumentRecord parameter. (Inherited from PurchCORWorkflow.) |
| setState | Sets the workflow state (Overrides the setState Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| submit | Activates the purchase requisition workflow. (Inherited from PurchCORWorkflow.) |
| takeAction | Takes the complete action. (Inherited from PurchCORWorkflow.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateCaller | Updates the calling form. (Inherited from PurchCORWorkflow.) |
| 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.) |
| ::cancelWorkflow | Cancels the DeliveryDate workflows on the PurchLine record. |
| ::completeTask | Activates the Complete task action on the workflow. |
| ::construct | Initializes a new instance of the PurchCORDeliveryDueWorkflow class. |
| ::main | Provides an entry point for the PurchCORDeliveryDueWorkflow class when it is called from a menu item. |
| ::newPurchLine | Creates an instance of the PurchCORDeliveryDueWorkflow class. |
| ::submit | Activates the purchase requisition workflow. |
| ::templateName | Returns the AOT element name of this workflow. |
Community Additions
ADD
Show: