Make all but one field on a table read-only for a particular role

Bryan3
Tera Expert

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.

1 ACCEPTED SOLUTION

Ravi Chandra_K
Kilo Patron
Kilo Patron

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 

 

View solution in original post

2 REPLIES 2

Ravi Chandra_K
Kilo Patron
Kilo Patron

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 

 

Thank you, Ravi. I worked through the issue after I posted. I think i was missing the admin override on the table ACL.