See how long HR Cases were in the Awaiting Acceptance State
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
Is there a way to easily see (or perhaps exclude it from the duration field) the time a case is in the Awaiting Acceptance state from the time a case is open? We are in the process of setting up SLAs for our HR cases, but since SLAs can't capture data from the past, we need to see how long a case was in the Awaiting Acceptance state so we can exclude that from the time a case was open.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Madelin D ,
For SLA : You can define the SLA's Pause Condition to include the "Awaiting Acceptance" state (state = Awaiting Acceptance).
since SLAs can't capture data from the past, you can query sys_journal_field or sys_audit tables for state changes or using existing time-in-state calculations. for this you can write a custom business rule or script on the case table to calculate and store the duration a case spent in "Awaiting Acceptance" in a custom field when the case moves out of that state.
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.