ReqPeggingTree.insertNode Method [AX 2012]

Inserts a node under a parent node.

protected void insertNode(
    int _parentNodeId, 
    ReqPeggingTreeNode _reqPeggingTreeNode, 
    boolean _insertChildren)

Run On

Called

Parameters

_parentNodeId
Type: int
The parent node ID.
_reqPeggingTreeNode
Type: ReqPeggingTreeNode Class
The ReqPeggingTreeNode instance that represents the node that is being inserted.
_insertChildren
Type: boolean
A Boolean value that indicates whether to also insert children nodes.

Community Additions

ADD
Show: