BudgetPlanReviewWorkflow Class [AX 2012]

The BudgetPlanReviewWorkflow class is the helper class for the SubmitToWorkflow and ResubmitToWorkflow classes for the budget plan workflow.

Syntax

class BudgetPlanReviewWorkflow

Run On

Called

Methods

  Method Description
JJ774166.protmethod(en-us,AX.60).gif activatingFromWeb Indicates whether the workflow action is performed from the web.
JJ774166.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif dialogOk Opens a dialog box for submitting a budget plan workflow.
JJ774166.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif initialize Initializes the BudgetPlanReviewWorkflow class.
JJ774166.protmethod(en-us,AX.60).gif new Creates and initializes an instance of the BudgetPlanReviewWorkflow class.
JJ774166.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif parmBudgetPlanHeader Gets or sets the BudgetPlanHeader parameter.
JJ774166.pubmethod(en-us,AX.60).gif parmMenuItemName Gets or sets the MenuItemName parameter.
JJ774166.pubmethod(en-us,AX.60).gif parmTargetUser Gets or sets the TargetUser parameter.
JJ774166.pubmethod(en-us,AX.60).gif parmWorkflowComment Gets or sets the WorkflowComment parameter.
JJ774166.pubmethod(en-us,AX.60).gif parmWorkflowControlContext Gets or sets the WorkflowControlContext parameter.
JJ774166.pubmethod(en-us,AX.60).gif parmWorkflowVersionTable Gets or sets the WorkflowVersionTable parameter.
JJ774166.pubmethod(en-us,AX.60).gif parmWorkflowWorkItemTable Gets or sets the WorkflowWorkItemTable parameter.
JJ774166.pubmethod(en-us,AX.60).gif resubmit Resubmits the budget plan workflow document.
JJ774166.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif submit Submits the budget plan document.
JJ774166.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif updateFormDataSource Updates the form data source that is associated with the BudgetPlanHeader record.
JJ774166.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ774166.protmethod(en-us,AX.60).gif validateWorkflowVersionTable Indicates whether the WorkflowVersionTable table reference from the BudgetPlanningWorkflow table is valid.
JJ774166.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ774166.pubmethod(en-us,AX.60).gif JJ774166.static(en-us,AX.60).gif ::construct Constructs an instance of the BudgetPlanReviewWorkflow class.
JJ774166.pubmethod(en-us,AX.60).gif JJ774166.static(en-us,AX.60).gif ::main Submits a budget transaction workflow document and starts the corresponding workflow.

Top

Inheritance Hierarchy

Object Class
  BudgetPlanReviewWorkflow Class