How to remove options from 'Assign Tag:' under 'Actions on selected rows'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 06:04 AM
Hello all,
I need to remove strange Tag options from 'Assign Tag:' under 'Actions on selected rows'
I have tried to remove the options using 'UI Context Menus' and 'Tags' modules but no luck.
How can we manage/delete these?
Thank you in advance !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 06:15 AM
if the context menu logic is not working then you need to customize the OOB UI macro -> label_list_bottom2
But I won't recommend that.
Another way might be to hide it using DOM manipulation which is again not recommended.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 01:33 AM
Thank you for marking my response as helpful.
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
04-02-2025 08:22 AM
Is there an option that you do recommend?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 06:21 AM
Hello,
Do you want to remove the complete Assign tag or remove tag itself or just the tags under it like IT service Management.
if you want to disable the complete Assign tag or remove tag just disable the property "glide.ui.label.enable"
However if you want o disable the tags under them like IT service Management the go to tags from navigation nad just disable that particular tag.
Please mark my answer as correct based on Impact.