PurchAgreementWorkflow.init Method [AX 2012]

Initializes the purchase agreement workflow.

public void init(
    Common _documentRecord, 
    MenuItemName _menuItemName, 
    WorkflowVersionTable _workflowVersionTable, 
    WorkflowWorkItemTable _workflowWorkItemTable, 
    EPWorkflowControlContext _workflowControlContext)

Run On

Called

Parameters

_documentRecord
Type: Common Table
The document record for which the workflow is initialize.
_menuItemName
Type: MenuItemName Extended Data Type
The name of the caller menu item.
_workflowVersionTable
Type: WorkflowVersionTable Table
A record in the WorkflowVersionTable table.
_workflowWorkItemTable
Type: WorkflowWorkItemTable Table
A record in the WorkflowWorkItemTable table.
_workflowControlContext
Type: EPWorkflowControlContext Class
The Workflow control context information for EP.

Community Additions

ADD
Show: