PurchCommitmentWorkflow_PSN.init Method [AX 2012]

Initializes the commitment workflow

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

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.

Community Additions

ADD
Show: