Table editable only for Admin Role

It is possible to set up an entire table editable only for the admin role, so avoid to set manually “editable_if” for all the columns in that table?

Yes, of course. You can do it in table settings.

SWITCH(USERrole(),
“Admin”, “ALL_CHANGES”,
“READ_ONLY”)

Hello, thanks for your reply.
This permission is also useful to avoid to create a new record in the table?