read acl on specific field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
I need to create an ACL on core_comapny table but only NAME and CITY field shds be visible visible to the user. How can we achieve this with snc_internal role?
I do not have any read acl on snc_internal role for core_company table.
Thank you
Sunil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hello @sunilsargam ,
firstly add snc_internal role to core_company table by default created acl's,
to give the access.
then create two field level acl for Name and City field by adding snc_internal role, to visible to user having that role..
If my response helped mark as helpful and accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
default role will be snc_internal right? if we create table.none acl with snc_internal role and table.field acl with snc_internal, all the fields will be visible to the user right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
add the snc_internal role to the default roles (if any present otherwise snc_internal would be default)..
and table.field acl will override the table.none acl for the users having that role and for others the fields except name and city would be visible.

