User Permissions

Hi,

I have a companies table that I would like to be able to assign to each user a few different companies, what I can’t seem to figure out is how to only be able to show the user the list of companies that are assigned to him, not the full list

I had a search component that does not yet have the filter settings on it

Thanks @moe

I think the safest way is to modify the users table including the field “company”, one to many option. So you should config the user creation to include one or more companies linked. So in the component page builder you can filter the source data to Company is connected to the users logged-in field users → company value. That’s the way that users only will see the records where the company or companies are linked to them.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.