0

Rights at table level

In the table settings of a table, you can also set role-based permissions for that specific table. These include:

  • Who can see the table at all (has Read access)

  • Who can edit the table (has Write access)

  • Who is allowed to create records?

  • Who is allowed to delete records?

ℹ️ By default, everyone is allowed to perform these actions.

Alternatively, you can define permissions using scripts:

  • Under what conditions should records be displayed (Readable if)

  • Under what conditions should records be editable (Writable if)

⚠️ select doesn't work with Readable if and Writable if.

In the table settings, you can define permissions specific to this particular table

Reply

null