- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 09:27 PM
Hi all,
As the name suggests, we'd like to report on how long a ticket is assigned to individual assignment groups before it is moved on.
For incidents, there is an incident_metric table as per (https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0751559); however, I can't find anything similar for CSM cases.
Can someone point me in the right direction pls?
Solved! Go to Solution.
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 09:32 PM - edited 06-12-2025 09:59 PM
Hi @Joyi
Please use metric_instance table for CSM cases.
Filetr condition:
Table = sn_customerservice_case,
Definition = Assignment Group Change
Also, you can build your custom DB view using "metric_instance " and "sn_customerservice_case" tables.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 09:32 PM - edited 06-12-2025 09:59 PM
Hi @Joyi
Please use metric_instance table for CSM cases.
Filetr condition:
Table = sn_customerservice_case,
Definition = Assignment Group Change
Also, you can build your custom DB view using "metric_instance " and "sn_customerservice_case" tables.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 10:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 10:06 PM
create something similar for CSM Case table
Follow what's there for incident.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader