Share
Explore

User Permissions and Restrictions

This is a prototype for creating a way of setting permissions to different databases / tables / views etc for your docs
For each user, just give them a row in the helper_security table below. Then play with the switch to open up the data in the two test db tables below.
To use this effectively, the trusted doc maker will have to filter the helper_security table so it can’t be seen by other users - which can be done simply with a user()=nameoftrustedbuilder filter.
Helper_Security
name
coda_user
view db_example1
view_db_example2
1
2
3
There are no rows in this table

db_example1
Column 1
Column 2
Column 3
Notes
No results from filter

db_example2
Column 1
Column 2
Column 3
Notes
No results from filter

Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.