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

About Referencing Feature Tables in Subconfigured Data Models


To reference a pageset in a subconfigured data model, you can reference the Feature table that has the CHILD column that instantiates the pageset. In the example above, you would use PCI_CARD:FEATURE_TABLE_NAME.COLUMN_NAME to reference any of the Feature tables in the PCI-1 or PCI-2 pagesets.

Example

This example uses a subconfigured data model where RACK is the name of the top level, SERVER1 is the next level, and SOFTWARE is the third level.

From the Rack Pageset

  • To reference variables within SERVER1, use SERVER1:TABLE_NAME.COLUMN_NAME
  • To reference variables within SOFTWARE, use SERVER1:SOFTWARE:TABLE_NAME.COLUMN_NAME

From the SERVER1 Pageset

  • To reference variables within the RACK, use TOP:TABLE_NAME.COLUMN_NAME

    or PARENT:TABLE_NAME.COLUMN_NAME

  • To reference variables within SOFTWARE, use SOFTWARE:TABLE_NAME.COLUMN_NAME

From the SOFTWARE Pageset

  • To reference variable within the RACK, use TOP:TABLE_NAME.COLUMN_NAME

    or PARENT:PARENT:TABLE_NAME.COLUMN_NAME

  • To reference variables within SERVER1, use TOP:SERVER1:TABLE_NAME.COLUMN_NAME

    or PARENT:TABLE_NAME.COLUMN_NAME

Siebel Interactive Designer Administration Guide