Multiple choice technology packaged enterprise solutions

How many Business Components can a single list or form Applet reference?

  1. Two

  2. One

  3. Unlimited

  4. Eight

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A single List or Form Applet can reference only ONE Business Component. This is a fundamental Siebel architecture rule - applets are bound to exactly one Business Component which serves as their data source. While Multi-Value Groups (MVGs) can display related child data, the primary applet still has only one base Business Component. This design ensures data consistency and simplifies the data binding model.

AI explanation

A single list or form Applet in Siebel is bound to exactly one Business Component, which supplies the fields and records that applet displays and edits. If you need to show data from another Business Component, you use a separate applet (potentially linked via the Business Object), rather than pointing one applet at multiple Business Components.