Siebel Interactive Designer API Reference > Pageset Functions >

LinkToSubConfig


Usage

The LinkToSubConfig function changes the display page from one portion of a subconfigured system to another portion.

For example, a parent page might contain a link to a child page. When a user selects the link, the parent user interface is replaced with the child user interface. This only affects the user interface since in a subconfigured system, all parent and child data is always present.

Typically, you would use the SUBCONFIG_LINK OPT_SUBCONFIG_LINK arguments of the BuildTarget function instead of calling the LinkToSubConfig function directly.

Syntax

LinkToSubConfig("TOP");

LinkToSubConfig("PARENT");

LinkToSubConfig(tableName);

Argument
Description
tableName
Name of the relative instance that describes the subconfigured child pageset.

Example

The following sample code uses LinkToSubConfig to link from the current pageset to a parent pageset:

ISS.LinkToSubConfig("PARENT");

This sample code uses LinkToSubConfig to link from a parent pageset to a child pageset:

ISS.LinkToSubConfig("BURGER");


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003