What is the use of REPORT_VIEW ACL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 02:22 AM - edited 07-27-2023 08:42 AM
What is the use of REPORT_VIEW ACL? Can anyone give a scenario to understand the need of it? (Like what is the benefit of introducing this by ServiceNow?)
I read the docs, I did not understand the use of it. I can manage everything using using normal ACL's only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2023 08:43 AM
I have already read that in docs.
Can anyone give a scenario to understand the need of it? (Like what is the benefit of introducing this by ServiceNow?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2025 05:24 AM
Hi @manjusha_ / @Ankur Bawiskar
like for read level we can use gr.canRead() similarly do we have something for report_view acl as well?
and does gliderecordsecure respects this acl? or there's some other method to ensure these acls are enforced in our code? Similarly for query_range?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2023 01:57 AM
Anyone?