I am creating small CRM for my team (users) and would like to restrict each user’s data to be only view-able to that user. I would like to set this up so users can only see the contacts/tasks/notes etc…that they created. Can all of this be set up solely in the Data Base Privacy settings? Or do I need to add restrictions in all of the “inputs”?
Without knowing the full extent of your setup, you should be able to do this purely by setting constraints on element sources: “created by = current user”.
For example, if you have a repeating group to display a list of tasks created by the user, the data source for that RG is Search for tasks: add constraint “created by = current user” and it will only show that user’s tasks. This is, of course, if “Task” is a Thing in your database.