SysWorkflowFormControls Class [AX 2012]
The SysWorkflowControls class manages the rendering of the workflow controls on a workflow enabled form
| Method | Description | |
|---|---|---|
| addActionButton | Adds a command to the action menu button. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearActionBar | Hides the workflow menu bar controls. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findButtonGroup | |
| getActiveWorkflowTrackingStatus | Returns the current workflow tracking status record loaded by the workflow controls. |
| getActiveWorkflowVersion | Retrieves the active workflow configuration that is loaded by the workflow controls. |
| getActiveWorkflowWorkItem | Retrieves the active workflow work item that is loaded by the workflow controls. |
| getButtonWidth | Retrieves the button width for an existing button group on the hosting form. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getWorkflowDocumentTable | Retrieves the active record for the workflow data source on the workflow enabled form. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initControls | Initializes the form controls that are composed in the workflow menu bar. |
| new | Microsoft internal use only. |
| 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.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| showNonOriginatorContent | Displays a message to the non-originator of a workflow. |
| showOriginatorContent | Displays a message to the originator of a workflow |
| showSubmit | Displays the workflow submit button together with the submit message text on the workflow enabled form. |
| showWorkItemActions | Displays the workflow work item action menu button and work item message text on the workflow enabled form. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateControls | Refreshes the workflow menu bar. |
| 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.) |
| ::addMenuItemToList | Microsoft internal use only. |
| ::construct | Constructs an instance of the SysWorkflowFormControls class. |
| ::findWorkItemsAndTrackingData | Microsoft internal use only. |
| ::getActionBarContentForNonOriginator | Microsoft internal use only. |
| ::getActionBarContentForOriginator | Microsoft internal use only. |
| ::getActionBarContentForSubmit | Microsoft internal use only. |
| ::getActionBarContentForWorkItem | Microsoft internal use only. |
Community Additions
ADD
Show: