Is there any possibility to hide a button "Add new list" for specific teams in agent workspace ?

Nagurbee1
Tera Contributor

Hello everyone I am trying to hide a button "Add new list" under My Lists section for specific teams in agent workspace.(please refer attached screenshot).

Does anybody have idea about feasibility of doing it ?

 

 

Thanks in advance

Nagurbi

3 REPLIES 3

jMarshal
Mega Sage
Mega Sage

Try setting up via AC for sys_aw_my_list.create and/or sys_aw_my_list.write

jMarshal_0-1689199173852.png


Just create a new role ("workspace_mylist_allowed" for instance) and give it to everyone except for those in the assignment group in question and then require that role here.

Also --- this won't remove the button, it will just prevent them from creating them...Agent Workspace will still behave in a way that makes it seem like the list is being created, but it won't be.

Hello Marshal

Thanks for your reply.

Giving a custom role to all user profiles is restricted in my project, so is there any anyway to write a script to restrict from creating new list if the logged in user belongs to member of assignment group.

 

Thanks in advance

Nagurbi

Gotcha...you could try scripting an advanced condition on the same AC rules which glide to sys_user_grmember to check membership of the specific group (or not, in your case).