RetailDeploymentHierarchyController.insertNewNodeArrayAndUpdateParent Method [AX 2012]
Inserts an array of nodes into the internal map and updates the parent node to point to the child.
protected void insertNewNodeArrayAndUpdateParent(Array _nodes, [RetailDeploymentHierarchyNode _parentNode])
Run On
CalledParameters
- _nodes
- Type: Array Class
The nodes to insert.
- _parentNode
- Type: RetailDeploymentHierarchyNode Class
The parent node of the nodes; optional.
Community Additions
ADD
Show: