No one shuld have write access on custom table

shivaadapa
Tera Expert

Hi 

How can we configure that no one should not have write access on particular table.

3 REPLIES 3

Harish KM
Kilo Patron
Kilo Patron

Hi @shivaadapa you need to update write ACL on this custom table

tablename.* and other field level write ACL if you have any, remove the roles and just give admin and in advance script put answer = false;

Regards
Harish

AndersBGS
Tera Patron
Tera Patron

Hi @shivaadapa ,

 

Create / update the write ACL - this will be the best solution.

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Tai Vu
Kilo Patron
Kilo Patron

Hi @shivaadapa 

You can have one ACL Write and associate it to the nobody role.

Screenshot 2024-03-07 at 15.26.44.png

 

Or in that ACL, just return false under the script condition.

Screenshot 2024-03-07 at 15.27.39.png

 

Make sure the admin overrides checkbox is deactivated.

 

Cheers,

Tai Vu