Question
Zad
TR
Last activity: 25 Jan 2023 6:36 EST
how to make a list of all the available cases in pega ?
I want to make a list that views all the cases and with the ability to sort them. when entering the information of a case I have a dropdown menu that gives the case a sorting, for example, if the case is about the site I select from the dropdown menu that it is about the site.
can I make a list that views the title of the case, the type of the case and the ability to sort them ?
Hi @georgeh16741365
Create a Report Definition in the Class Group Class with specific columns for your view and add filter as per your dropdown value column then use this RD as source for Table Layout
Hope it works!