Options to Filter Data That Siebel CRM Displays in an Applet
A search specification is an expression you can define in the Search Specification property that filters the set of CRM data that Siebel CRM displays in an applet. This topic describes a search specification for an applet, but this information typically applies to the search specification for a business component, link, or list.
For more information, see the following topics:
Modifying Custom Search Specifications
See also Siebel Object Types Reference and Siebel Developer's Reference.
The search specification contains the names of one or more fields in the business component and various operators. These items constitute a logical condition that identifies the records that Siebel CRM displays in the applet:
If the result of the search specification is TRUE for a Siebel CRM record, then Siebel CRM displays the record in the applet.
If the result of the search specification is FALSE for a Siebel CRM record, then Siebel CRM does not display the record in the applet.
The following search specification describes how you can filter CRM data so that Siebel CRM only displays records that contain a revenue that is greater than 5000:
[Revenue] > 5000
The following search specifications include more examples of how you can filter CRM data:
[Type]= "COST LIST"
[Competitor] IS NOT NULL and [Competitor] <> "N"
[Type] = LookupValue ("TODO_TYPE", "In Store Visit")