How to hide the bottom ui actions (save , delete and update) on custom form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 10:01 AM
Please suggest the code or steps to hide the bottom UI actions on the custom form.
- Labels:
-
Agent Workspace

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 10:09 AM
Hello,
Go through this
https://community.servicenow.com/community?id=community_question&sys_id=2cf54361db1cdbc01dcaf3231f96193c
Regards
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 10:23 PM
There is no condition to hide the button at the bottom of the form. It should reflect all users.
Please advise.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2022 10:39 PM
Unfortunately, No.
UI Action on the header menu & bottom are controlled by conditions. There cannot be a separate condition passed to hide it form bottom but show it on header.
You need to use DOM manipualtion but better avoid.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2022 12:21 AM
That's not possible without DOM manipulation which servicenow doesn't recommended. However you can disable bottom buttons throughout the instance by making below property as false. Mark my answer as correct/helpful based on impact
https://yourinstance/sys_properties.do?sys_id=aeafec0c0a96001a014fcc96da1b16ef&sysparm_view=&sysparm_record_target=sys_properties&sysparm_record_row=1&sysparm_record_list=nameCONTAINSbottom%5EORDERBYname&sysparm_record_rows=1
Regards,
Musab