The CreatorCon Call for Content is officially open! Get started here.

Hide buttons on the bottom form

miro2
Mega Sage

Hi,

 

I'm looking for an option to hide the buttons at the bottom of the form. I want the buttons in the header to stay, but I want to get rid of the buttons at the bottom of the activity stream.

miro2_0-1695363315120.png
I tried use $$('#action_name'_bottom)[0].hide();  in UI Policy but it doesn't work.

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@miro2 

It will require DOM manipulation which is not recommended practice.

Check this link

Ensure Isolate script field for UI policy is marked as False

Unable to show/hide UI action located at the bottom of the form through a UI policy. 

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

View solution in original post

5 REPLIES 5

Hi @Ankur Bawiskar 
thanks for answer. We dropped this change because its not recommended as you said.