We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to hide Check Conflicts button on Change request table?

pavankumar970
Tera Contributor

Hi All,

I need to hide Check Conflicts button on Conflicts section in change request table. Please help me

2 REPLIES 2

Dr Atul G- LNG
Tera Patron

Hi @pavankumar970 

 

AGLearnNGrow_0-1709116108638.png

 

 

In UI Action , active = False

 

 

 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

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

gopal barde
Tera Contributor

 

  1. Go to "System UI" > "UI Policies".
  2. Create a new UI Policy for the Change Request table.
  3. Set the condition to hide the button when the conflictCheck field is not empty.
  4. Save the UI Policy.