Missing records while grouping by fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Number of groups removed from this list by security constraints
when grouping by fields some records are missing and showing "Number of groups removed from this list by security constraints" when giving specific conditions the records are missing I tried checking ACL's and business rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
seems some field level READ ACL on that field on which you are grouping is blocking the READ access.
Did you check that?
💡 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
yesterday
Hope you are doing good.
Did my reply answer your question?
💡 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
yesterday
Hi @sairamsouja,
The message “Number of groups removed from this list by security constraints” appears when ServiceNow hides grouped results due to record-level ACLs or domain separation.
Main causes:
Read ACLs blocking access to some records.
Domain separation hiding data from other domains.
Before Query business rules modifying what records are returned.
Table.None ACLs with restrictive logic.
How to check:
Enable Security Debug (/sys_security_acl_debug.do) to see which ACLs deny access.
Try running the same list as admin — if results appear, it’s a security issue.
Review Access Controls, Domain settings, and Business Rules for filters.
Fix: Adjust ACLs or domain visibility so users can access the missing records.