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

Sorting Through the Object Property Sort Specification


Assigning a sort expression to an object definition's Sort Specification property is similar to the predefined query's expression; however, identifying the business component and specifying the reserved word Sort is not required. The preceding syntax would be assigned to an object definition's Sort Specification property as follows:

  1. "[Close Date]"
  2. "[Opportunity] (DESCENDING)"
  3. "[Revenue]"
  4. "[Revenue] (DESCENDING)"
  5. "[Revenue] (DESC), [State]"
Siebel Developer's Reference