How i desactive buttons default in form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 01:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 03:55 AM
Hi @ALe1
Check the system property for Update
Delete--> UI Action
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
11-30-2023 04:00 AM
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.