Hi guys! First of all thanks for reading this. I have build my whole application based on database that I made in general, not user specific. But now, I want to launch my application for users. But when someone is making an account in my application, the app still shows every data that is created by all the users together.
So the question is: how can I make my application user specific? so users can add their own data en can only see their own data, and not others.
You can create a Rule for the User that simply says: When this Thing's Creator is Current User and give permission to find in searches, view all fields, view attached files and (if needed) allow autobinding and/or API access…
Then, for Everyone Else, don’t give any access to anything at all.
Hi Adam, one question again :grinning. I want my users to select an data value trough an dropdown (in my application this is needed to start an e-mail campaign), but this is also the general data that is used. How can the dropdown be the users own data?