- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:31 AM
Hi,
Does anyone know if Metrics based on interactions work?
I see the Interaction table as an option when I create the metric, but for some reason it is not creating metric instances. I have metrics created for Incidents, Incident Tasks, and other tables, so I know the module is working.
I'm wondering if there is a system property that has to be enabled or something similar.
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:41 AM - edited 06-12-2025 08:44 AM
Hi @javierjagui ,
OOB Metrics only work with task extended table
interaction is not a task extended table
open the BR named Metric events
simply change the table to interaction and insert and stay
refer below blog for creation of metrics for non task tables
https://www.servicenow.com/community/developer-articles/metrics-on-non-task-tables/ta-p/2308846
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:33 AM
Hi @javierjagui
Metrics work only on new records, so if you’re expecting them on old records, they won’t show.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:37 AM
No, I'm not expecting metric instances to show on old records. I've been creating new interactions after I created the metric, but no instances are being created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:41 AM - edited 06-12-2025 08:44 AM
Hi @javierjagui ,
OOB Metrics only work with task extended table
interaction is not a task extended table
open the BR named Metric events
simply change the table to interaction and insert and stay
refer below blog for creation of metrics for non task tables
https://www.servicenow.com/community/developer-articles/metrics-on-non-task-tables/ta-p/2308846
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 08:54 AM
As the blog post explains, creating a duplicate of the business rule "metrics events" and setting the table field to the table you want to create metrics, worked.
THANKS A LOT!!