WorkflowHierarchyProvider.getNextNode Method [AX 2012]
Gets the next WorkflowHierarchyProviderNode based on the value of the input WorkflowHierarchyProviderNodeId.
public WorkflowHierarchyProviderNode getNextNode(
anytype _nodeId,
WorkflowHierarchyLevel _level,
WorkflowContext _workflowContext)
Run On
CalledParameters
- _nodeId
- Type: anytype
The anytype value that identifies the node.
- _level
- Type: WorkflowHierarchyLevel Extended Data Type
The WorkflowHierarchyLevel value that identifies the level of the node.
- _workflowContext
- Type: WorkflowContext Class
Return Value
Type: WorkflowHierarchyProviderNode InterfaceAn instance of the WorkflowHierarchyProviderNode class.
Community Additions
ADD
Show: