ProjWBSTree.insertNewNode Method [AX 2012]

Inserts a new node in the tree.

public void insertNewNode(ProjWBSTreeNode _node)

Run On

Called

Parameters

_node
Type: ProjWBSTreeNode Class
The node to insert.

Pre-condition: _node must've already been initialized (e.g. element number, parent element number and sibling number must be set already)

Community Additions

ADD
Show: