PlanGraph.validateNode Method [AX 2012]

Validates a node in the graph.

protected boolean validateNode(RefRecId _nodeRefRecId, Set _usedNodes)

Run On

Server

Parameters

_nodeRefRecId
Type: RefRecId Extended Data Type
The record ID of a PlanActivity record that represents the node to validate.
_usedNodes
Type: Set Class
A set that contains all activities that are already used in the traversal.

Return Value

Type: boolean
true if the validation succeeds; otherwise, false.

ExceptionCondition
Error

The validation has been called incorrrectly.

The validation checks for loops. This method calls itself recursively.

Community Additions

ADD
Show: