- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 01:27 PM
I have a table that I need to modify and restrict a certain role to only be able to edit one field on the table. All other fields need to be read-only with the exception of Admin.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 09:53 PM
Hello @Bryan3
Create a write ACL on the Table with the required role in the conditions. (select admin override option)
Create a Table.* ACL for admin so that admin have access to all fields.
Then create a field level ACL with the required role. (The role user will only have access to write this one field).
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 09:53 PM
Hello @Bryan3
Create a write ACL on the Table with the required role in the conditions. (select admin override option)
Create a Table.* ACL for admin so that admin have access to all fields.
Then create a field level ACL with the required role. (The role user will only have access to write this one field).
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2024 09:21 AM
Thank you, Ravi. I worked through the issue after I posted. I think i was missing the admin override on the table ACL.