Interaction table Role
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2022 09:02 PM
Hi All,
can someone tell what role is required to give users have read access to interaction table
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2022 09:26 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2022 11:35 PM
Hi
you can have a look into the ACLs and then see that it is a bit complex:
One ACL provides access via script:
answer = false;
var user = gs.getUserID();
if (!current.assigned_to)
answer = true;
else if (current.assigned_to == user)
answer = true;
else if (current.opened_for == user)
answer = true;
else
answer = gs.hasRole('sn_hr_sp.esc_admin');
Another ACL provides read access for the roles
- itil
- interaction_agent
- sn_esm_agent
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
how to differentiate ACL from Agent workspace and HR service delivery applications