Is there a way to fetch cases of a specific case type into the Todo widget (Worklist)?

Hi all

I have a requirement to show only the cases of a particular case type in the Todo list of an operators. I have a case type called Application Submission, and only cases of ApplicationSubmission routed to the operator should be appearing in the Todo list (Worklist). Can we also show some case custom fields in the Todo widget along with the step name and the Case ID? I’m using Pega Infinity 24.2 Constellation.

Thank you

@eswac Yes, in Pega Infinity 24.2 using Constellation, you can filter the Todo widget (Worklist) to show only cases of a specific case type like Application Submission by customizing the Get To-Dos data page (D_AppToDoList). To achieve this, you can use a when rule or data transform that checks the case type (pyWorkPage.pxObjClass or case type name) and filters out other cases. Additionally, to show custom fields in the Todo widget along with the step name and Case ID, you can update the View configuration used for the Todo list by customizing the section or JSON metadata used in Constellation. Ensure that your case type exposes the required fields and that the custom fields are defined in the View used for the widget display

@Sairohith Thank you for taking the time to reply. I’ll work on your advice. Once again thanks.