PSAProjTree.createNode Method [AX 2012]

Creates a node in the tree

public void createNode(
    Common _common, 
    boolean _child, 
    int _parent, 
   [boolean _sort])

Run On

Client

Parameters

_common
Type: Common Table
The activity record on WBS
_child
Type: boolean
Boolean to indicate if there are any child nodes
_parent
Type: int
The index of the parent node
_sort
Type: boolean
Boolean to indicate if the node is sortable

Community Additions

ADD
Show: