How to show RITM number instead of Request number in the summary?

williams2
Tera Expert

Hi, I'm looking for a way to replace the Request number with the Ritm number. Does anyone know if this is possible?
And if so, how could this replacement be made?

williams2_0-1733154535104.png

 

3 REPLIES 3

Runjay Patel
Giga Sage

Hi @williams2 ,

 

If you will do so you will be changing architecture of request and item. I would not advice you to do so. Just think about scenarios where 2 or more item are associated with request on that case which one you will display.

Item is already displaying down in list view.

 

-------------------------------------------------------------------------

If you found my response helpful, please consider selecting "Accept as Solution" and marking it as "Helpful." This not only supports me but also benefits the community.


Regards
Runjay Patel - ServiceNow Solution Architect
YouTube: https://www.youtube.com/@RunjayP
LinkedIn: https://www.linkedin.com/in/runjay

-------------------------------------------------------------------------

Hi@Runjay Patel   Thank you, however I dont have an Scenario with 2 or more items, one REQ -> one RITM, and that is not going to change, that's the reason of the question

Hi @williams2 ,

 

on that case you can make copy of summary widget and gliderecord to item table with the help of req sysid and get the ritm number. You can take reference of item widget which is displayed below.

 

Accept the solution if it helped.