- 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
08-19-2024 03:35 AM
Hi @Dee S ,
Does users have read access to this table??
Use Access Analyser to quickly identify which ACLs restricting the acess.
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
08-19-2024 03:54 AM
Hi @Hemanth M1 ,
Read ACLs are not configured.
I know that if read ACL is configured report_view is not required but I am concerned that user will be able to access the table's data from list view. I should restrict that user should not able to access from anywhere except from the report.
Can you help me configure like this?

- 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
08-19-2024 03:37 AM
Hi ,
Try creating report view acl on table (u_catalogitem, None) and
Instead of giving attribute condition try adding any basic role which will be there for all the users which should have access to the table for example roles like "snc_internal"
Make sure report is shared with the intended user.
Please mark helpful if your issue is resolved
Thanks & Regards
Sejal Chavan