How to implement search in user portal similar to designer studio rule search 8.3?
I have a requirement in an insurance project where I have to implement wok object search similar to the rule search of designer studio.
Eg: If I search with insured company name, my search results should be all Work Object IDs that were created for that insured company.
Need some ideas on how to start implementing this.
Thank you,
Vivek
Use a Data page with parameters as Insured Company name with source as report definition which also has the same parameters.
In the Report definition use filter condition to check if the parameter is equal to the Insured Company name.
Use the search inputs to pass as parameters to the Data page and use Table layout to show the search results with the source as Data Page.