Question
ANZ
ANZ
AU
ANZ
Posted: Jul 7, 2022
Last activity: Jul 14, 2022
Last activity: 14 Jul 2022 21:19 EDT
Closed
Solved
How to filter SLA broken queue items based on assignment handle
Hi All ,
Is there any way OOTB pega that we can filter out a broken queue item from thousand of broken queue items by case id /assignment id ?
Also , exposing pxAssignmentHandle in pr_sys_queue_sla table is good idea to easily identify the cases ?
***Edited by Moderator: Pooja Gadige to add capability tag***
To see attachments, please log in.
@Srikanth Gaddamanugu
This implementation via expose column and report definition will not have any negative impact.
Another option would be, you need to browse all broken items and then build logic to find respective case related information. This will results in unwanted looping and impact performance also.