Master/Detail: Hide Detail table view completely when user has no access

JtheBAB

New member
I created some master/details

The permission works correctly and i can't see the rows of the detail view.
1680624811960.png

But i would preferer not to see this table at all when the user has no access to the complete details table.

Helps to maintain a clear structure and doesn't distract the user with for him unneeded information.
 
Upvote 2

eugenio

Administrator
Staff member
Hi,
when you attach a detail table to a master table, if users has read permissions on the master table, they automatically get read permissions on the detail table as well. It's strange you can't see the rows of the detail table, did you add additional row-level permissions?
 
Top