How to hide the bottom ui actions (save , delete and update) on custom form?

Priya Bonam
Tera Expert

Please suggest the code or steps to hide the bottom UI actions on the custom form.

 

7 REPLIES 7

Musab Rasheed
Tera Sage
Tera Sage

Hello,

Go through this

https://community.servicenow.com/community?id=community_question&sys_id=2cf54361db1cdbc01dcaf3231f96193c

Regards

Please hit like and mark my response as correct if that helps
Regards,
Musab

There is no condition to hide the button at the bottom of the form. It should reflect all users.

Please advise.

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.

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

Please hit like and mark my response as correct if that helps
Regards,
Musab