- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2024 02:46 PM
I am still learning the basics of ACL and hence a quick question. If a user has ACL write access doesn't that mean they already have ACL read access too or do we assign it separately to them again for them to see the record and then edit it?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 06:22 AM
Write ACL does not grant Read access, and you need both to meet both ACLs as they evaluate them separately. Here is a link that includes some other community info on the subject you might want to look through.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 06:42 AM
Hi @JayAks
you need to create a read access
For Clear understanding
User has Table ACL + Field ACL -> Access Table / Records
User has Field ACL and Doesn't have Table ACL -> Unable to access records
User has Table ACL and Doesn't have Field ACL -> Access to records but field which created acl not accessible
Use Access analyzer Module for Testing
Mark it Helpful and Accept Solution!! If this helps to understand