Conditional Expansion of a Tree Node

The Populate Node algorithm entity now allows business rules to set an indication of whether a tree node should be initially expanded or not. When populated, the indication overrides the setting on the tree node definition. Previously, a tree node could be defined to be initially expanded or not as part of the tree configuration. There are cases where the node should be conditionally expanded based on business rules. For example, to prevent the initial expansion when the number of child nodes exceeds a certain threshold.

Supporting a more flexible method for presenting a tree structure where some nodes are expanded and some not based on business rules allows for a better user experience.

Steps to Enable

You don't need to do anything to enable this feature.