Hiding the "Add Me" button on List Fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2024 12:20 PM
Today, I had a user ask if I could remove the "Add Me" button that allows a logged in user to quickly add themselves to a custom List field.
I figured it had to be simple, probably a dictionary attribute, but I couldn't seem to find anything about it in the ServiceNow Community. Searching there only yielded posts about using either client scripts or UI Macros + Formatters, and while those weren't terrible options, I was surprised I couldn't find something better.
Eventually, a colleague filled me in on the fact that there is a dictionary attribute for this, after all: "no_add_me=true".
Adding that to the field did the trick, quickly and easily!
I figured if I had trouble finding this answer, someone else probably will, too. I hope now they find this post and it helps them out!
Have a great day!
Kristen
- 740 Views