Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Is it possible to add fields from ID to the list layout of metric_instance table

Narayan K
Tera Expert

Hi there,

 

I wanted to modify list layout of metric_instance table and add fields from reference field "id" for eg. incident's short description, state etc

Screenshot 2026-03-25 215722.png

Screenshot 2026-03-25 215241.png

. Unfortunately there is no option available to dot walk into ID field although its a reference field.

 

Please let me know if there is any way so that i can add fields from incident record.

 

Thanks!

 

 

1 ACCEPTED SOLUTION

Tanushree Maiti
Kilo Patron

Hi @Narayan K ,

The metric_instance table records point-in-time or duration-based metrics for records, most often for task-related data such as incidents.

Its id field is a Document ID rather than a standard reference, so you can’t use dot-walking in reports to pull in fields like short description or state.

 

To access details from the related Incident record (or any other table), you need to create a Database View in ServiceNow that links the metric_instance table with the incident table.

 

Ref: https://www.servicenow.com/community/developer-forum/how-to-utilize-custom-metric-definitions/m-p/25....

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

View solution in original post

2 REPLIES 2

Tanushree Maiti
Kilo Patron

Hi @Narayan K ,

The metric_instance table records point-in-time or duration-based metrics for records, most often for task-related data such as incidents.

Its id field is a Document ID rather than a standard reference, so you can’t use dot-walking in reports to pull in fields like short description or state.

 

To access details from the related Incident record (or any other table), you need to create a Database View in ServiceNow that links the metric_instance table with the incident table.

 

Ref: https://www.servicenow.com/community/developer-forum/how-to-utilize-custom-metric-definitions/m-p/25....

 

Please mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

AndersBGS
Tera Patron

Hi @Narayan K 

 

The short answer is no - it's not possible.

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/