how to hide workspace for specific groups or role
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2025 10:21 PM
Hi all,
I want to hide asset workspace from specific groups. I tried using ACL for ux path but didn't get any success.
Any happy would be highly appreciated,
Thanks
Su
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2025 10:15 AM
No, it's not working, I tried with both the applications. I am using below script for to restrict the users with "heaplus_user" to access Asset workrspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2025 10:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
yeah sure, using 2 read ACL of type "ux_route" as below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
1. You need only 1 ACL.
2. Your 1st screenshot does not show the script, but the configuration is fine. so the script should be something like:
answer = true;
if(gs.getUser().isMemberOf('sys_id of group'))
answer = false;
3. Why do you have 2 ACLs? you can deactivate the 2nd one.
4. After making changes to ACL, you can relogin if it does not work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago