ReqPeggingTree.insertNodeList Method [AX 2012]

Inserts a list of nodes under a parent node.

protected void insertNodeList(
    int _parentNodeId, 
    List _childNodes, 
    boolean _insertChildren)

Run On

Called

Parameters

_parentNodeId
Type: int
The parent node ID.
_childNodes
Type: List Class
The list of child nodes to insert.
_insertChildren
Type: boolean
A Boolean value that indicates whether to also insert children nodes.

Community Additions

ADD
Show: