GingGangGoo
Registered User.
- Local time
- Today, 10:33
- Joined
- Dec 14, 2010
- Messages
- 121
I have built a web app which is doing what I need for my own branch of our organization, but now we are working on using it company wide (small non profit with two offices). I need to build some user limits to this and I am unsure of how to go about it. The permission flow I need is:
Admin can access all data
Staff can access data related to volunteers and clients
Volunteers can only access client data
I know there is a way to have a user sign-in when the app opens because I see that in one of the template apps, but from there how do I restrict views based on the user?
All help is appreciated
Admin can access all data
Staff can access data related to volunteers and clients
Volunteers can only access client data
I know there is a way to have a user sign-in when the app opens because I see that in one of the template apps, but from there how do I restrict views based on the user?
All help is appreciated