How should I design the user permission ?

0
Every time when I add one role, I need republish the App, Is there a page or tools which i can edit the role where the App is running and i do not need to republish again after i add one role.
asked
1 answers
0

You can use one or many entities that you relate to the account/user record. Then using the xpath or microflow check that the account/user has the correct record(s) before allowing to view/edit the other entity. Basically, you are using data to allow access.You can use one or many entities that you relate to the account/user record. Then using the xpath or microflow check that the account/user has the correct record(s) before allowing to view/edit the other entity. Basically, you are using data to allow access.

answered