Enhancing case searches
Onboarding activities can result in the creation of large volumes of work which are commonly carried out by multiple groups 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 Dev Studio header search text field, enter pyWorkSearch and select the Work- report definition rule.
Save the rule into your implementation layer. For additional information about locked and unlocked rulesets, see Copying a rule or data instance.
Click Add column, and type 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 Dev Studio header search text field, enter pysearch and select the Work- custom search properties rule.
Save the rule into your implementation layer. For additional information about locked and unlocked rulesets, see Copying a rule or data instance.
Select the custom property that you added, for instance pyCustomerName, 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 Dev Studio header search text field, enter pyWorkSearchResults and select the section rule.
Save the rule into your implementation layer. For additional information about locked and unlocked rulesets, see Copying a 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 Dev Studio header search text field, enter useDataInstances and select the Pega-Searchengine Indexing/usedatainstances dynamic system settings rule.
Save the rule into your implementation layer. For additional information about locked and unlocked rulesets, see Copying a rule or data instance.
Type true 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 Dev Studio, click
.Click Re-index for All work. For more information about re-indexing, see Rebuilding a search index.
Previous topic Supporting functions Next topic Data traceability