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 conditions are applied to the 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, 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 CRM application for Siebel Pharma

Contact

ContactFilter

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

Related Topic

Configuring Business Component Filters for Pop-up Applets