Question
Cognizant Technology Solutions
IN
Last activity: 5 Aug 2018 10:12 EDT
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)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Learning
IN
Hello Priyadarshini,
Check the below with detailed information to get the list of cases:-
Hope this helps.
Thanks,
Hari
Pegasystems Inc.
IN
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.
Aaseya IT Services Pvt Ltd
SA
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.
Areantans
AU
run the report definition on your work class.
Areantans
AU
I think we should use OOTB Declare_CaseTree
CollabPartnerz
IN
You can write a report on your workPool class.
-
Tao Yang
Areantans
AU
I think we should use OOTB Declare_CaseTree
CollabPartnerz
IN
Please try to write the report definition on your workpool to get the list of cases.
CollabPartnerz
IN
Hi,
Below link might help you.