How to Restrict sc_tasks by using ACLs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 10:15 AM
Hello All,
We have a requirement that only a particular group members can see their sc_tasks and the other group members can't see their group sc_tasks except admins. Is this possible by using ACL?
If a user having 4groups and he is a member of that particular group then he don't want to see the other 3 group sc_tasks even though they can have itil role.
Please help me on this.
@Dr Atul G- LNG @Ankur Bawiskar @Community Alums @SANDEEP28 @Amit Gujarathi @Ravi Gaurav
Thanks,
Sattar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 11:16 AM
Please deactivate the existing sc_task.* read ACL and create a new ACL as follows.
In first condition replace the group name with the group name to whom you would like to grant access of SC Task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 08:06 PM
I will suggest to use Query BR along with ACL
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 10:30 PM - edited 06-05-2024 11:44 PM
Thanks for the reply @Sandeep Rajput @Ankur Bawiskar
We already created a Query BR.
Condition: !gs.hasRole('admin') && gs.isInteractive(true)
BR Script 1: