About Filter Application During Chained Data Extraction

If there is a filter specified for a business component at both the business component filter level and the business object filter level, then neither filter condition is applied to records being downloaded during a chained data extraction. During a chained data extraction, all flat business component and business object filters that are configured for a business component are not applied by default.

To override this behavior, you must use the IncludeInBOIterations keyword set to Y in your query, which specifies to apply the business object filter, as shown in the example in the following table.

Example Business Component Filter During Chained Data Extraction

Application

Business Component

Name

Query

Siebel application for Siebel Pharma

Contact

ContactFilter

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

Related Topic

Configure Business Component Filters for Popup Applets