How to hide the form buttons (found on the bottom part)

adriantan08
Giga Expert

Hi Guys.

Does anyone know how to hide the UI actions found in the bottom part of a Form View:

find_real_file.png

 

 

1 ACCEPTED SOLUTION

Hi Adrian,

please try below link;

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

ensure Isolate Script is set to false; this field is not on form; you need to set this field from list layout as false;

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

10 REPLIES 10

Hi Adrian,

please try below link;

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

ensure Isolate Script is set to false; this field is not on form; you need to set this field from list layout as false;

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

thank you so much! this helped me get the solution right

Glad that it helped

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Bhagyashri Sort
Kilo Guru

Hi,

Configure the UI Action and search for UI Action for particular table and unchecked the form button or from list view also you can set it to false.

find_real_file.png

 

find_real_file.png

Mark it correct or helpful.

Thanks

Bhagyashri Sorte.

adriantan08
Giga Expert

Thanks for the responses guys. 

 

I think the Form Link would work but only for the UI actions you created for the table. There are some buttons like Save, Update where i cannot just simply update because it's going to affect all table form views.

 

So to limit it to the specific table, i'm thinking of more on changing via Javascript.