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?

0 2 62
2 REPLIES 2

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?

Top Labels in this Space