Access control list not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi all
I am implementing ACLs and I am expecting a user to stop seeing records, however this is not working.
I would like to see why ACLs are not firing and stopping the user, is there an easy way to see this?
what is the steps to achieve this?
Kind regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Even if 1 table.None READ ACL passes for that user, user will see the table Data.
You can use Query business rule on your table to restrict the data based on your logic
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you all for replies
so the approach I will take based on your information is identify the ACL I am expecting to block , check in the debugger, see if that ACL is blocking and if it is , check what other allow if is allowing the query through.
THanks in advance.
