CSM - observed one case was resolved by system in servicenow instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 12:22 AM - edited 03-29-2024 12:32 AM
CSM - observed one case was resolved by system in servicenow instance.
Case was created by 20-03-2024. and there are back and forth between requestor and assigned to user.
when case was auto resolved by system, it is in ''Awaiting info' state.
Can I know how can system resolve case tickets? and where to check on this
Please help me with how and where to troubleshoot this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 02:41 AM
The system doesn't resolve a case OOB, so you have some custom logic on it. Check the business rules, work flows and flows running on the sn_customerservice_case table to see what sets a ticket to resolved. Maybe you have a 'wait 3 days and if no response, resolve' rule somewhere?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 03:02 AM
Perhaps you have customised the business rule ('Mark for Auto Close') for auto closure ignoring the state, just closing after x days on inactivity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2024 03:06 AM
Hi @nitin51 ,
You can also check any scheduled jobs which might be triggering the logic to resolve cases based on your scenario.
Please mark helpful/correct if my response helped you.