I have an employee entity which contains sensible data about employees, so every user has only read permission on his own employee record. The problem here is, that if the user wanted to see all employees in the company, he won't be able to, because he can only read his own record.
Is it somehow possible to list all records, but only the names without having access to all fields? (Row.level security is not quite feasible because there are too many fields)...