- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 07:07 PM
Hello friends,
I am creating an ALC on a table. I have to give access to a group "Alert Managers" to edit only one field "Supported By" having "support" role.
I have created one ACL :
READ ACL -- Table.None -- support role
WRITE ACL -- Table.field -- support role
But the group members are not able edit the field.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 12:07 AM
@Asmita7 If the ACL is extending the write permission to all the fields then you can create another ACL
WRITE ACL -- Table.* -- admin role.
This way only a specific field would be editable by support role and rest can be edited by a higher role (e.g. admin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 04:26 AM
That worked ... thank you very much