Example of Configuring the Sort Field Map User Property
For an example of configuring the Sort Field Map user property, assume you define the user properties that the following table describes in the Opportunity business component.
User Property | Value |
---|---|
Sort Field Map 1 |
"Revenue","Primary Revenue Amount" |
Sort Field Map 2 |
"Close Date","Primary Revenue Close Date" |
In this example, the following sort specification in a predefined query provides a result set that Siebel CRM sorts in descending order according to the revenue amounts that exist in the primary revenue records of the opportunities:
'Opportunity'.Sort = "Revenue (Descending)"
The following sort specification in a predefined query provides a result set that Siebel CRM sorts according to the revenue close dates that exist in the primary revenue records:
'Opportunity'.Sort = "Close Date "