- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 03:09 AM
Hi,
There is a custom table let's say 'u_catalogitem'. This doesn't have any ACLs configured as of now and table is only accessible to admins.
There is a user (who is not admin) asked to create a report of the type list for the table 'u_catalogitem' as he cannot access table.
Even after the report is created he/she will not able to access report due to access issue.
I was suggested to configure 'report_view' acl (admin override is true) - row level (u_catalogitem - None) and add attribute condition as -> Group is 'any one of the user's group'.
Even after configuring the report_view acl. User is still getting an error "Security constraint prevents access to the page".
Is there any way that I can achieve this using report_view acl?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 09:14 AM
Hi @Dee S ,
You can't view list of records if don't have read access regardless of the report_view.
Why don't you create a scheduled report and send.
Scheduled Report reference: https://developer.servicenow.com/dev.do#!/learn/courses/washingtondc/app_store_learnv2_reportanalyti...
Hope this helps!!!
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 08:05 PM
Update on the question asked:
As @Hemanth M1 mentioned here, You can't view list of records if don't have read access regardless of the report_view. Report_view ACL is basically to restrict report access.
So, read access should be given and then report_view acl should be created and given to the required roles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2024 08:05 PM
Update on the question asked:
As @Hemanth M1 mentioned here, You can't view list of records if don't have read access regardless of the report_view. Report_view ACL is basically to restrict report access.
So, read access should be given and then report_view acl should be created and given to the required roles