Hi,
Is it possible to reference the user list in the app. I want one user to see if another user has access to the app. I want to allow users assign tasks to each other but only if they have access to the app.
Thanks
Cathal
Hi,
Is it possible to reference the user list in the app. I want one user to see if another user has access to the app. I want to allow users assign tasks to each other but only if they have access to the app.
Thanks
Cathal
We cannot access the user whitelist found in the app editor. However, you can build your own users table.
WillowMobileSystems:
However, you can build your own users table.
And for that, you could check out this post @Cathal_Noone
[Current_User (Slice) - How to conform your app around WHO is using the app](https://community.appsheet.com/t/35639/1) Tips & Tricks ?
One of the core basic functions, included in just about EVERY app I make, is the ability for the app to know WHO is using the app. If the app knows who’s using it, then I can easily control many different aspects of the app: Add/edit/delete permissions How data should be filtered What views are shown What buttons, or Actions, are visible Which workflows should fire off Which columns should be shown or editable etc. Requirements To accomplish this functionality in your app, you need the follo…
You will probably need to assign roles to your users that will determine who can assign tasks to who, so that post will come in handy.