Restricting data based on user role and division

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2023 04:37 PM
I am new to development and am trying to figure the best approach to restrict data access on the goal table to users within their division. Any direction with this would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2023 08:56 PM
@Community Alums Create Read ACL on goal table and add the script to restrict.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2023 09:54 PM
@Community Alums , If possible the best approach will be to create a group and users in the group depending on their division. Also don't forget to add the roles to the group that will provide the access, read, write privilege to all the members of the group.
as an alternate you can go for the ACL's.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2023 10:33 AM
I have groups created for the users. I was looking at using a before query business rule but running into issues getting it to work properly.