Skip navigation

Q: How do I make filter descriptors on an entity in my BDC model display as I want them to?

By Stefan Kowalewski, Tomek Stojecki, and Ethan Wilansky

Problem: You’ve implemented filter descriptors on an entity in your BDC model and created an association to that entity. When you open the entity in the SharePoint entity picker, all the filter descriptors are listed in the Find dropdown box, the one you want isn’t selected as the default even though you’ve set the IsDefault attribute to true in a custom property of the filter descriptor and the filter descriptors aren't displayed in the order you desire. (See Figure 1.)

Figure 2 shows a snippet of a BDC application definition to demonstrate this behavior:

Possible Solution: When the IsDefault property is used more than once within the FilterDescriptors element, the filter descriptors are displayed in alphabetical order according to their default display name and the last filter descriptor in the list will be used as the default or selected item. Therefore, only use the IsDefault property on the filter you want selected as the default.

Finally, to remove filter descriptors from the dropdown list, change the type to “limit.” Note that if you are building a .NET Connectivity or custom assembly based BCS solution, then you define the meaning of the filter descriptors through your code. Therefore, even if you define a filter descriptor as a "limit" filter, this will not impact how you can use the filter in your code. Other filter descriptors will also work. The point is that limit filter descriptors do not appear in the entity picker drop-down. However, this filter will appear in External List views by default (see Figure 3).

Figure 4 shows a snippet of a BDC application definition to demonstrate this behavior.

 

Read more SharePoint Q & A's :

SharePoint Q&A: Attempting to Configure Search Scope Settings for a Site Collection Throws an Error

SharePoint Q&A: How do I configure a load balancer to accept only SSL requests for a SharePoint 2010 FQDNs?

SharePoint Q&A: How Do I Apply a Filter Based on a URL to an External List?

SharePoint Q &A: How Do I Propagate BDC Model Updates to an Entity Picker to Resolve the "Parameter is Missing" Error?

 

SharePoint Q&A: How Do I Smoothly Deploy Reports Hosted in SharePoint?

Sharepoint Q&A: How Can I Create an External List When SharePoint Throws an Unspecfied ASP.NET Error?

SharePoint Q &A: InfoPath Designer 2010 message says By default this control will send data to the server whenever its value changes

SharePoint Q&A: How do I display a user-friendly value?

SharePoint Q&A: How do I display a more user-friendly error message?

SharePoint Q&A: How do I submit the InfoPath 2010 form programmatically to an external list?

Sharepoint Q&A: How Can I Create an Action for an External Content Type in SharePoint?

Sharepoint Q&A: How to Make a Type String Type Descriptor a Required Field in the BDC Explorer

Sharepoint Q&A: Data Source Conflict

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish