Siebel Interactive Selling Transact Server Interface Reference > Working with Configurations >

Modifying the Configuration List UI


To modify the configuration list UI, edit the ConfigList JSP (Java Server Page) to call the appropriate ConfigList functions and set the sort order. The ConfigList functions determine what information will be displayed in the configuration list. ConfigList API provides a list of all the functions you can use on the JSP page.

By default, the configuration list displays a configuration ID number, the name of the configuration, the date the configuration was created, a Delete button, and a link to the restored configuration in the Siebel application.

The default JSP page calls these functions:

During the call, the sort order is by name in descending order:

<% ConfigList.setSortField("Name");

ConfigList.setSortOrder("Desc"); %>

These settings produce the following list of configurations, shown in Table 3.

Table 3. Configuration Lists
Open Config
Name
Date Created
Delete
Email
Open
Golcen
2000-08-31 15:54:47.000
Delete
Email Config
Open
Chihuahua
2000-08-31 15:54:20.000
Delete
Email Config
Open
Shelty
2000-08-31 15:53:48.000
Delete
Email Config


 Siebel Interactive Selling Transact Server Interface Reference 
 Published: 18 April 2003