Adding one new column in PEGA OOTB search box results in user portal
When user searches with any valid search criteria, one extra column(property present in class group's class) should be displayed with its value present in the work order.
Solution attempted :
1. Tried to customize "pySearchResultsWork" list view rule of class "Pega-Search-Work-Results" by saving it to our application Ruleset but its not going to take any property of classes present in Work- inheritance path.
"pySearchResultsWork" is displaying the search results when we search in the search box.
"pzSearchResultsWork" activity is generating the search results and the result is stored in "pySearchResults" page list.