How to remove "Link to Incident" button from Similar Incidents

ritaaudi
Tera Contributor

Hi;
On an Incident record, when you select Similar Incidents from the Related Search:

 

ritaaudi_1-1749135317981.png

 

and select a similar Incident, there is a button for "Link to Incident". How can I remove that?

ritaaudi_2-1749135440227.png

Thank you!

5 REPLIES 5

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @ritaaudi 

If you remove this button, then there’s no point in having the similar incident feature. The purpose of the similar incident is to link the current incident with previous similar incidents.

*************************************************************************************************************
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]

****************************************************************************************************************

ritaaudi
Tera Contributor

Our users don't want to link them through this process - just know about them. 

Any idea how to deactivate that button?
Thanks!

Hi @ritaaudi 

Then it’s better to hide the similar incident option from the search dropdown itself.

*************************************************************************************************************
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]

****************************************************************************************************************

Actually, this is not a direct UI action; it has been designed in the sys_popup view. So, you need to check the popup/modal and find the code to comment out. I would suggest not doing it, as this is more like a customization and requires digging deep to find the exact place. Also, it will be a global change and could impact other panes as well.

*************************************************************************************************************
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]

****************************************************************************************************************