Siebel Interactive Selling Transact Server Interface Reference > ConfigList API >

setSortField


setSortField function sets the sorting of the Config list before createList is called.

Syntax

<bean name>.setSortField(String sort_field)
sort_field must be one of these values, "DateCreated", "DateSubmitted", "Name", and "ID".

Usage

In the following example, the list of saved configurations will appear sorted by date, used in conjunction with setSortOrder.

Example

configList.setSortField("DateCreated");


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