Designer 10.15 | webMethods BPM Task Development Help | Working with Task Searches | Implementing an Indexed Search Content Provider for Existing Task Types | Setting the Bindings Configuration for Task Search Provider
 
Setting the Bindings Configuration for Task Search Provider
The Update Task Client Options wizard attempts to modify the bindings configuration for the paging size property of the search provider to the page size used by table control. By default, the table control is configured to use the binding #{activePreferencesBean.initialPageSize} for the Rows property field; this sets the page size for the table, but it could be customized, in which case the wizard will not be able to modify it.
It is important to set paging size property of the search provider to either the same value (or a greater value) than the one used by the table. If you specify a greater value, there will be an additional performance overhead for fetching items in the database for each paging operation.
This value can be viewed on the General page of the Properties view; to do so:
1. Open the default view of the Task Inbox Results portlet (or equivalent customized portlet) in the task editor.
2. In the task editor, expand the Search Results Table, and click the column you want to work with.
3. Click the Sorting page of the Properties view.
Related Topics