No one shuld have write access on custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-06-2024 10:18 PM
Hi
How can we configure that no one should not have write access on particular table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-06-2024 10:27 PM
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;
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-06-2024 10:49 PM
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-07-2024 12:28 AM
Hi @shivaadapa
You can have one ACL Write and associate it to the nobody role.
Or in that ACL, just return false under the script condition.
Make sure the admin overrides checkbox is deactivated.
Cheers,
Tai Vu