Siebel Interactive Designer Administration Guide > Advanced Modeling > Working with Subconfiguration >

Example


In the following example, there are three complete pagesets, including data and UI:

To link these pagesets together in a subconfigured mode, use the following procedure.

To create a subconfiguration

  1. Create pagesets complete with data and UI.
  2. Determine which pageset is the PARENT, for example Computer.
  3. Determine which pagesets are the CHILDREN, for example PCI-1 and PCI-2.
  4. Create a Feature table in the PARENT pageset, for example PCI_CARD.
  5. Inside the Feature table, create a column called CHILD.
  6. CHILD is a reserved name.

  7. In the CHILD column, enter the name of the CHILD pagesets, for example PCI-1 and PCI-2. The following table shows the complete data to enter into the Feature table.
  8. CODE
    DESC
    CHILD
    DEFAULT
    0
    None
    null
    DEFAULT
    PCI-1
    Ethernet Card
    PCI-1
     
    PCI-2
    SCSI Card
    PCI-2
     

  9. In the Inputs page for the Computer pageset, create a BuildWidget UI control that calls its values from the PCI_CARD Feature table. For information on BuildWidget, see Siebel Interactive Designer API Reference.
  10. When the user selects Ethernet card, the PCI-1 pageset is instantiated as the CHILD. If the user changes their mind and selects SCSI card, the PCI-2 pageset is instantiated and replaces the PCI-1 pageset Feature table values with PCI-2 values.

  11. To link the pagesets, you can either:

 Siebel Interactive Designer Administration Guide 
 Published: 18 April 2003