Need to Hide Assign Tag and Remove Tag for members of a group in a scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 03:00 AM
Hi Experts,
I want to hide the "Assign Tags" and "Remove Tags" for a particular group. How can I achieve this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 03:22 AM
Hello @saint
Greetings!
Go to System UI> UI Context Menus, open the "Assign Tag" record and you can add the condition for the group. (like !(gs.getUser().isMemberOf('xyz_group))
please mark the answer as correct and helpful based on the impact!!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 04:25 AM
Hi Ravi, I have tried this, but its not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 05:25 AM
Hello @saint
did you give the correct conditions?
Alternate method for 'isMemberOf' method for scoped applications is 'isMemberOfForScopedApp'.
please mark the answer as correct and helpful based on the impact!!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2025 09:52 AM
No luck for me either.