How i desactive buttons default in form

ALe1
Tera Contributor

Hey Guys!

 

How i desactive buttons default"update" e "delete" in form? 

 

In attachament

 

Tks

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @ALe1 

Check the system property for Update

LearnNGrowAtul_0-1701345268660.png

 

Delete--> UI Action

 

LearnNGrowAtul_1-1701345337334.png

 

 

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

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

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

these 2 qre global buttons so what you would want to do it , without touching these global buttons, you want to remove them

To do so, you must first override this button, what this will do is create a custom copy of it (in pace of the global) for your table, instructions here-> Product Documentation | ServiceNow

 

Now in the overridden button you can add the condition as needed, make it available only for admin or just say false to hide it for all.

-Anurag