Admin/Control Panel for Managing Permissions
Vasken Bakalian
We need to see all Permissions (at least solution level first) at once.
I needed to add a new user to my workspace, and I had to go over all 30+ solutions one by one to check if I have missed any solution that may have private data.
Like the screenshot below, I thought of storing all the Permissions information in a single table, but it's double work when any permission changes, and it's just a place to monitor but doesn't do anything when data is changed from the table.
We need to have a similar but better designed for this purpose to manage all the permissions in a single screen.
G
Gady Margalit
Vasken Bakalian
I wrote a python script that uses the API and you can dump all the permissions (Solutions, Tables, Fields
https://github.com/gadyma/SmartSuite
Jon Darbyshire
Great to hear your perspective, Vasken Bakalian! I have a few more questions for you:
- Can you provide more details about the current process of managing permissions and the challenges you face?
- What specific features would you like to see in the new permissions management screen?
- How often do you need to change permissions and what triggers these changes?