Enhancing case searches
Onboarding activities can create large volumes of work that multiple groups commonly carry out within the organization.
You can use the Relationship Manager Portal to perform searches on cases in your environment. You can add fields to the search results to help refine your search.
For information about how case searches are implemented, see Case searches in Client Lifecycle Management for Financial Services.
To extend the functionality, complete the following steps.
Adding the custom property to the report definition
Add the custom property to the report definition.
- In the header of Dev Studio, in the search text field, enter pyWorkSearch and select the Work- report definition rule.
- Save the rule into your implementation layer by clicking Save
as.For more information, see Copying rule or data instance.
- Click Add column, and enter the name of a custom property that you want to add, for example, pyCustomerName.
- Click Save.
Enabling the custom property to appear in searches
Enable the custom property to be included in search results.
- In the header of Dev Studio, in the search text field, enter pysearch and select the Work- custom search properties rule.
- Save the rule into your implementation layer by clicking Save
as.For more information, see Copying rule or data instance.
- Select the custom property that you added, for the pyCustomerName instance, to include it in the search results.
- Click Save.
Including the custom property column in the results
Include the custom property column in the results grid in section pyWorkSearchResults as required to show in the search results screen.
- In the header of Dev Studio, in the search text field, enter pyWorkSearchResults and select the section rule.
- Save the rule into your implementation layer by clicking Save
as.For more information, see Copying rule or data instance.
- Add columns for your custom property in the grid layouts. For additional information about grids, see Harness and Section forms - Adding a Grid layout.
- Click Save.
Configuring the data indexer
Configure the data indexer.
- In the header of Dev Studio, in the search text field, enter useDataInstances and select the Pega-Searchengine Indexing/usedatainstances dynamic system settings rule.
- Save the rule into your implementation layer by clicking Save
as.For more information, see Copying rule or data instance.
- Enter the true value in the Value field.
- Click Save.
Re-indexing the application
You must re-index all work in order to see the new search fields.
- In the header of Dev Studio, click .
- Click the Re-index button for All work. For more information about re-indexing, see Rebuilding a search index.
Previous topic Supporting functions Next topic Data traceability