ACL Number of rows removed from this list by Security constraints
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 09:34 AM
Use Case:
I have created an ACL for a certain table:
<table>.* & <table> for a particular role with the same conditions.
It is working fine except for a user.
I tried debug on that user and ACL evaluates to true and yet i still get the message and not seeing the records of that table in a list view.
Is there another way to debug this?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 09:37 AM
Hi ican,
If you look under All | System Security you will see the debugging options. If you can share what you've set up (screen prints), we might be able to help you further.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2024 12:53 AM - edited 07-15-2024 01:03 AM
I have 4 ACLs
custom_table - analysts role can read
custom_table.* - analysts role can read
custom_table - readers role can read if state = Completed and Name starts with Great
custom_table.* - readers role can read if state = Completed and Name starts with Great
All Users are showing correct rows in the table except one.
I tried debugging security as well and all are passing true Rule
same as other Users.
What could be the cause of the issue?
Thanks.