LastChildNode property: Node class
Description
This property returns a reference to the last child node of the node. This is the node that appears lowest in the list of children of the node in PeopleSoft Tree Manager.
This property is read-only.
Example
&CHILDNODE = &MYNODE.LastChildNode;