Limit view per user

I Need some help.
The goal is to ensure that each user can view only the documents assigned to them. Each record will include a column identifying the responsible employee. Upon logging in, the system will display only the documents linked to that specific employee. Managers, however, will have full access, allowing them to view all documents regardless of the assigned responsible party.

I just want to have two roles. Manager and Employee

@Biner -

My recommendation is to create two rows on your page builder. Those rows on the page builder will then be edited to only show based upon the logged in users role.

The managers row should have a table that shows the documents that you’re referencing.

The user row should have a table that’s created, based upon the logged in user and show the documents. There’s two different options when you select which data table to create a table component for. Make sure you choose the one that is associated with the logged in user.

With the different row and the different types of tables, this should address the requirements that you’re looking to satisfy.

Adam

Thanks. but I Just solved by another way.

I filtered by the column “Responsável” wich I make a connection with my users table.

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