- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 11:33 PM
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.
I tried use $$('#action_name'_bottom)[0].hide(); in UI Policy but it doesn't work.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 12:05 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2023 02:04 AM
Hi @Ankur Bawiskar
thanks for answer. We dropped this change because its not recommended as you said.