Question

How to get list of Cases ? is there any OOTB for that ?
I have a property address .I have to populate this value to the list of cases.Ho to get list of cases?Is there any OOTB?
***Edited by Moderator Marissa to update platform capability tags***
-
Like (0)
-

Hello Priyadarshini,
Check the below with detailed information to get the list of cases:-
Hope this helps.
Thanks,
Hari

you can use Declare_casetree data page, for populating cases in the parent child format.
If you want a flat list of cases, you can use the report pxFetchCaseTypesByApplication to fetch list of cases.

Run a Report Definition on Rule-Obj-CaseType with pyClassName="The class to which the case types belong to" to fetch the parent cases label. To get the child cases we can take the values from pyCoverableClasses which holds the list of child cases.

run the report definition on your work class.

You can write a report on your workPool class.

Please try to write the report definition on your workpool to get the list of cases.