Objects of a Tree Applet

A tree is a child of an applet. It includes the child tree node. Each tree node defines one folder symbol. The tree object includes the following:

  • Only provides a named reference point. A tree is similar to the List object type that Siebel CRM uses in a list applet because the tree works only as a reference for child objects.

  • Always includes the text Tree in the Name property.

The following table describes properties of an applet that implement a tree applet.

Property Description

Class

Must be set to CSSFrameTree to support a tree applet.

Business Component

Must reference the same business component as the highest level tree node.

Siebel CRM does not support a search specification on a tree applet. For more information, see Options to Filter Data That Siebel CRM Displays in an Applet.

A tree applet references an explorer view as a view web template item. A list applet does not reference an explorer view. If the user chooses a folder, then Siebel CRM determines the list applet dynamically. The folder in a tree applet represents a tree node. The Business Object property of the view determines the business component data that Siebel CRM displays.