How to hide the following buttons on the form screen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
13 hours ago
I have customized a table and I want to hide the standard button below in the form screen. How should I set it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12 hours ago
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.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12 hours ago
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.
Cheers,
Sanjay J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10 hours ago
@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.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/