- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 12:34 PM
Solved! Go to Solution.
- Labels:
-
User Experience and Design
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 01:27 PM
Create an Onload client script. Make sure Isolate script is set to false.
Use this code:
function onLoad() {
document.getElementById('template-toggle-button').parentElement.hide();
}
The result:
Before
After

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 12:38 PM
Hi there,
Out-of-the-box, there's no configuration option to disable this. It's actually like you already mentioned. You can disable the template bar appearing, though not this menu.
Feels like a half solution... though out-of-the-box no configuration option for this.
What you could do, create a Global UI Script. Something like:
This would remove the option from the menu. Though this would also impact other tables. Maybe someone knows how to make this more specific.
If my answer helped you in any way, please then mark it as helpful.
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 01:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 02:04 PM
Willem,
Works like a champ! Thank you sir.
- Shawn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 10:57 PM
You are very welcome. Glad to help! 🙂