ServiceNow Report Access Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @SambitRath
Check which user roles have permission to execute the script and update them accordingly.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
HI Shiva,
Yes Admin is able to view and run that report and as such there is no restriction for the user or role in the script include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago - last edited 4 weeks ago
Ok.. we need to check few things here...
1. Check if the non-admin users are able to see the data by modifying the filter condition as
Sys id is <some valid sys id>
if they are able to see the data, then I'm sure that you need to check the ACL linked to the client callable script include.
2.If they are unable to see the record by modifying the filter condition as above, then it's something related to query_range ACL.
You need to validate the query_range ACL on the sys id field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @SambitRath
Please run this in list view to check if this script runs fine or not, also check the ACL for the table and for this particular user busing Access analyzer.
As @J Siva suggested - Please check the roles on the script include too
