how to make the button only visible to a particular group

Kiddy1
Tera Contributor

opp1.PNG

i want to make map button only visible to a particular group

1 ACCEPTED SOLUTION

Harsh Vardhan
Giga Patron

Hi



you can also try with the group name in isMemberOf().



gs.getUser().isMemberOf('Group Name')



Screen+Shot+2015-09-03+at+12.34.39+AM.JPG



Thanks,


Harshvardhan


View solution in original post

2 REPLIES 2

Manoj Kumar16
Giga Guru

Add - gs.getUser().isMemberOf('sys_id of assignment group') in the condition of the UI action Map.


Harsh Vardhan
Giga Patron

Hi



you can also try with the group name in isMemberOf().



gs.getUser().isMemberOf('Group Name')



Screen+Shot+2015-09-03+at+12.34.39+AM.JPG



Thanks,


Harshvardhan