Question
Sopra Steria
FR
Last activity: 2 Feb 2023 0:22 EST
Service case within SLA Reports
We have a business need to display a report for resolved service cases with sum of cases resolved whithin SLA/Goal/Deadline.
We created a report based on .pySLAGoal on .pySLADeadline but theses properties are cleaned when a service case is resolved.
Any idea how to solve this problem ?
***Edited by Moderator Marije to add Capability tags***
@Margot Desouches
This is an OOTB feature, when the case is getting Resolved- Pega will remove both pySLADeadline and pySLAGoal property value in Resolve (work-) activity.
This is final activity we will not be able to customize it. If you want to use the goal and deadline after the case got resolved also, then instead of using OOTB Pega properties you can try to have your own application datetime properties in goal and deadline field. So that the goal and deadline value will be available inside case after it got resolved also.