RetailDeploymentHierarchyUIInterface.insertNewNode Method [AX 2012]
Insert a new node.
public void insertNewNode(
RetailDeploymentHierarchyNodeType newType,
RetailDeploymentHierarchyNode fromNode,
boolean passFrom)
Run On
CalledParameters
- newType
- Type: RetailDeploymentHierarchyNodeType Enumeration
The type of the new node.
- fromNode
- Type: RetailDeploymentHierarchyNode Class
The parent.
- passFrom
- Type: boolean
True if we are passing the parent.
Community Additions
ADD
Show: