Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 02:22 PM
Hello,
How can I modify the Read acl rule to restrict visibility of "IT Customer Service" service offering from users with a specific role "cbt_restriction". It is restricting access for the role but also snc_internal role (our end users) . How can I modify this ACL script to make this happen?
var answer=true; //Restrict access by default
if( gs.getUser().hasRole('cbt_restriction'));
{
answer=false;
}
Solved! Go to Solution.