BudgetTransactionLineWorkflow Class [AX 2012]

The BudgetTransactionLineWorkflow class is the ResubmitToWorkflow class for the budget transaction line workflow.

Syntax

class BudgetTransactionLineWorkflow

Run On

Called

Methods

  Method Description
Gg788698.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg788698.pubmethod(en-us,AX.60).gif dialogOk Opens a dialog box that is used to resubmit a budget transaction line workflow.
Gg788698.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg788698.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg788698.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg788698.pubmethod(en-us,AX.60).gif initialize Initializes the BudgetTransactionLineWorkflow class.
Gg788698.protmethod(en-us,AX.60).gif new Initializes a new instance of the BudgetTransactionLineWorkflow class.
Gg788698.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.)
Gg788698.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.)
Gg788698.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg788698.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg788698.pubmethod(en-us,AX.60).gif parmBudgetTransactionLine Gets or sets the BudgetTransactionLine parameter.
Gg788698.pubmethod(en-us,AX.60).gif parmMenuItemName Gets or sets the MenuItemName parameter.
Gg788698.pubmethod(en-us,AX.60).gif parmTargetUser Gets or sets the TargetUser parameter.
Gg788698.pubmethod(en-us,AX.60).gif parmWorkflowComment Gets or sets the WorkflowComment parameter.
Gg788698.pubmethod(en-us,AX.60).gif parmWorkflowTypeName Gets or sets the WorkflowTypeName parameter.
Gg788698.pubmethod(en-us,AX.60).gif parmWorkflowVersionTable Gets or sets the WorkflowVersionTable parameter.
Gg788698.pubmethod(en-us,AX.60).gif parmWorkflowWorkItemTable Gets or sets the WorkflowWorkItemTable parameter.
Gg788698.pubmethod(en-us,AX.60).gif reSubmit Resubmits the budget transaction line workflow document.
Gg788698.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg788698.pubmethod(en-us,AX.60).gif setWorkflowStatus Sets the workflow status for the budget transaction line.
Gg788698.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg788698.pubmethod(en-us,AX.60).gif updateFormDataSource Updates the FormDataSource object that is associated with the BudgetTransactionLine record.
Gg788698.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.)
Gg788698.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg788698.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg788698.pubmethod(en-us,AX.60).gif Gg788698.static(en-us,AX.60).gif ::construct Initializes a new instance of the BudgetTransactionLineWorkflow class.
Gg788698.pubmethod(en-us,AX.60).gif Gg788698.static(en-us,AX.60).gif ::main Resubmits a budget transaction line workflow document and starts the corresponding workflow.

Top

Inheritance Hierarchy

Object Class
  BudgetTransactionLineWorkflow Class