BudgetTransactionWorkflow Class [AX 2012]

The BudgetTransactionWorkflow class is the helper class for the SubmitToWorkflow and ResubmitToWorkflow classes for the budget transaction workflow.

Syntax

class BudgetTransactionWorkflow

Run On

Called

Methods

  Method Description
Gg789073.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg789073.pubmethod(en-us,AX.60).gif checkBudget Checks whether budget funds are available for the budget transaction.
Gg789073.pubmethod(en-us,AX.60).gif dialogOk Opens a dialog box for submitting a budget transaction workflow.
Gg789073.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg789073.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg789073.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg789073.pubmethod(en-us,AX.60).gif initialize Initializes the BudgetTransactionWorkflow class.
Gg789073.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetTransactionWorkflow class.
Gg789073.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.)
Gg789073.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.)
Gg789073.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg789073.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg789073.pubmethod(en-us,AX.60).gif parmBudgetTransactionHeader Gets or sets the BudgetTransactionHeader parameter.
Gg789073.pubmethod(en-us,AX.60).gif parmMenuItemName Gets or sets the MenuItemName parameter.
Gg789073.pubmethod(en-us,AX.60).gif parmTargetUser Gets or sets the TargetUser parameter.
Gg789073.pubmethod(en-us,AX.60).gif parmWorkflowComment Gets or sets the WorkflowComment parameter.
Gg789073.pubmethod(en-us,AX.60).gif parmWorkflowTypeName Gets or sets the WorkflowTypeName parameter.
Gg789073.pubmethod(en-us,AX.60).gif parmWorkflowVersionTable Gets or sets the WorkflowVersionTable parameter.
Gg789073.pubmethod(en-us,AX.60).gif parmWorkflowWorkItemTable Gets or sets the WorkflowWorkItemTable parameter.
Gg789073.pubmethod(en-us,AX.60).gif reSubmit Resubmits the budget transaction workflow document.
Gg789073.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg789073.pubmethod(en-us,AX.60).gif setWorkflowStatus Sets the workflow status for the budget transaction.
Gg789073.pubmethod(en-us,AX.60).gif submit Submits the budget transaction workflow document.
Gg789073.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg789073.pubmethod(en-us,AX.60).gif updateFormDataSource Updates the FormDataSource value that is associated with the BudgetTransactionHeader record.
Gg789073.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.)
Gg789073.protmethod(en-us,AX.60).gif validateBudgetTransactionHeader Determines whether the budget transaction header is valid by looking at the number of lines associated to the header.
Gg789073.protmethod(en-us,AX.60).gif validateWorkflowVersionTable Determines whether the WorkflowVersionTable table reference from the BudgetTransactionCode table is valid.
Gg789073.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg789073.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg789073.pubmethod(en-us,AX.60).gif Gg789073.static(en-us,AX.60).gif ::construct Initializes an instance of the BudgetTransactionWorkflow class.
Gg789073.pubmethod(en-us,AX.60).gif Gg789073.static(en-us,AX.60).gif ::main Submits a budget transaction workflow document and starts the corresponding workflow.

Top

Inheritance Hierarchy

Object Class
  BudgetTransactionWorkflow Class