The CreatorCon Call for Content is officially open! Get started here.

How to hide the following buttons on the form screen

shiz
Tera Contributor

I have customized a table and I want to hide the standard button below in the form screen. How should I set it?

 

shiz_0-1760426617649.png

 

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @shiz 

 

Save —I'm not sure we can hide it, but alternatively, we can open System Properties and uncheck the relevant option for insert and stay.

 

DrAtulGLNG_0-1760429098603.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]

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

sanjay02
Tera Guru

Hi @shiz ,
Navigate to UI Actions and search for the name "Save". Check that "Form context menu" is set to true, and In that add your condition there. 
UI Action.png

 

 

If my response helped you, please click “Accept as Solution”. Your recognition motivates me to keep sharing knowledge.
Cheers,

Sanjay J.

kaushal_snow
Mega Sage

@shiz ,

 

You can override the corresponding UI Actions by creating new UI Actions with the same Action name (e.g., sysverb_insert, sysverb_insert_and_stay, sysverb_update) for your specific table, setting their Active field to true, and adding a Condition script that always evaluates to false (e.g., false), which effectively disables these buttons without affecting other forms or tables; this approach is recommended over modifying the global UI Actions to avoid unintended side effects and ensure maintainability during upgrades...

 

If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.

 

Thanks and Regards,
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/