Question
Evonsys India PVT PTD
IN
Last activity: 13 May 2020 1:34 EDT
How to display the Work Class Intances while clicking on the magnifying glass in Case Search
I have a requirement to display the recently created work class instances and if they are clicking on show results in new window It should display all the work class instances in the seperate window.
And If I am trying to do that mean pzSearchWorkIndex is getting failed because pzSearch when condition is getting failed at the first step itself.
@Java("Boolean.toString(pega.getSettingsAPI().isDistributedSearchMode())")
and also it is running D_pyWorkSearch Data Page to fetch the results of work class instances but if I am running this Data Page standalone it is showing the error as Search String is null/empty.
Please help me in this part.
Thanks,
Nagar Arasan P.
***Edited by Moderator: Pallavi to update platform capability tags***
Hi NagarArsan,
There is a Report definition exist in work- which will retrieve all work instances list. Work- pyInstanceList , You can create a similar report definition and filter the data based on your specific class. Do not modify above RD or your instance explorer in designer studio will not work.