- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 02:09 AM
I want to create a read ACL with script.
The script is like this (as an example).
Thank you very much.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 02:12 AM
Hi,
If you use ALC then you will get this error.
The alternative is to use Before Query Business rule on your table, you can find similar BR on incident table that restrict accees to non-itil users
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0523826
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 02:12 AM
Hi,
If you use ALC then you will get this error.
The alternative is to use Before Query Business rule on your table, you can find similar BR on incident table that restrict accees to non-itil users
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0523826
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2025 08:56 AM
I don't think this is a good solution. Query business rules are one of the top ten causes of functionality not working and cases reports to ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2023 02:18 AM
If you are using ACL , this will always be shown as "Rows removed by security constraints" , instead you should try and use Query Business Rules to avoid this message.
Please mark helpful/correct if my response helped you