ACL issue on Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 02:19 AM
Hi
i have an issue with a Write ACL on Agent workspace, it is working fine in the native UI, but not functioning in Agent Workspace.
I have created a new custom field "u_active" on Attachments table to mark the attachments inactive. Anyone can mark them active false, however only Admin and member of a particular group should have access to re-active the attachment.
i am able to do mark them active=false on Native UI, but the ACL is not working on Agent workspace and the internal user is unable to make the Active=false
can someone suggest what is wrong and how can i make it work
- Labels:
-
Agent Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 08:50 AM
Hello,
Can you try the below:-
gs.getUser(),hasRole('admin') instead of gs.hasRole('admin')
Also even if you make this ACL false does the user have access to activate the attachment on workspace if not then maybe there is some other ACL restricting it.
Please mark my answer as correct based on Impact.