Siebel Developer's Reference > Operators, Expressions, and Conditions > Sort Syntax >

Sorting Through Predefined Queries


If you have saved a query, you can modify the expression through the PreDefined Query view and add a sort expression. You can specify one or more fields, with each field further refined as either ascending or descending. The syntax for the predefined query is as follows:

'Business Component'.Sort = "[Field] [[(DESC[ENDING])], [Field] [(DESC[ENDING]],...]"

  • Business Component is the name of the business component to sort on, if contained in the overall business object.
  • Sort is a reserved word that indicates a sort expression follows (as opposed to Search).
  • Field is the name of the field to sort on.
  • Siebel Developer's Reference