Siebel Interactive Selling Transact Server Interface Reference > ConfigList API >

setSortOrder


setSortOrder function specifies whether the list is sorted in ascending or descending order according to the value in the sort field.

Syntax

<bean name>.setSortOrder(String sort_order)

Arguments

Asc

Sorts the list in ascending order.

Desc

Sorts the list in descending order.

Usage

setSortOrder orders the configuration list in ascending or descending order (for letters or numbers) for the field you have chosen to sort by, used in conjunction with setSortField. This function must be called before createList.

Example

configList.setSortOrder("Desc");


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