Need to Hide Assign Tag and Remove Tag for members of a group in a scoped application

saint
Tera Expert

Hi Experts,

 

I want to hide the "Assign Tags" and "Remove Tags" for a particular group. How can I achieve this

saint_0-1688983181697.png

 

5 REPLIES 5

Ravi Chandra_K
Kilo Patron
Kilo Patron

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.

Hi Ravi, I have tried this, but its not working

 

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.

No luck for me either.