Configuring Business Component Filters for Pop-up Applets

For business components that are related to pop-up applets, such as picklists and associated applets, you can prevent potentially large volumes of records from being downloaded by applying an additional filter condition called PopupSearch to the data extraction for the business component. If you do not use PopupSearch to filter the data extraction for business components that are related to pop-up applets, then all records are downloaded without any filter. The PopupSearch filter condition is applied in addition to any other filters that are also specified for the business component.

Business Component Filter Syntax for Pop-up Applets

The syntax for configuring filters for pop-up applets is as follows:

PopupSearch(<searchspec>)

The business component filters shown in the following table include the PopupSearch condition. When you use the PopupSearch condition to filter the data extraction for business object components, only records that satisfy the condition are downloaded.

Application

Business Component

Name

Query

Siebel Mobile application for Siebel Pharma

Contact

ContactFilter

([My Position Id] = PositionId ()) PopupSearch([Dock Type] = "Y")

Siebel Mobile application for Siebel Pharma

Contact

ContactFilter

PopupSearch([Dock Type] = "Y")

Related Topic

About Filter Application During Chained Data Extraction