- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
I've created a scoped application which has application administration set to true and a few roles other than the application administrator role for various levels of access. When analyzing a specific user's access, Access Analyzer shows access is blocked although the Access Control status is Passed. Security debugger returns similar results. I'd like to understand what blocking the user's access and remedy it.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Your list has 2 filters active. Are they hiding any rows?
Did you check on other (blocking) ACLs? Any query_match/query_range ACLs that aren't in place? Are there any query business rules in place?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Your list has 2 filters active. Are they hiding any rows?
Did you check on other (blocking) ACLs? Any query_match/query_range ACLs that aren't in place? Are there any query business rules in place?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago - last edited a week ago
Yes, rows are filtered on read operation as a drill down from the results below. No query business rules. Read operations ACLs with roles are on the table and all fields levels. A similar query_range operation also exists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
@Mark Manders, thank you for the support!
I've rolled everything back to restore the user's access. Evidently, an ACL I had added while trying to resolve a different problem was the cause.