Share via


RetailDeploymentHierarchyUIInterface.insertNewNode Method [AX 2012]

Insert a new node.

Syntax

public void insertNewNode(
    RetailDeploymentHierarchyNodeType newType, 
    RetailDeploymentHierarchyNode fromNode, 
    boolean passFrom)

Run On

Called

Parameters

  • passFrom
    Type: boolean
    True if we are passing the parent.

See Also

Reference

RetailDeploymentHierarchyUIInterface Interface