Hi All.
I have a table set up that lists workplaces. I have second table that lists positions in those workplaces. I have the access configured for the second table by connections off the workplaces (a field called ‘access by’). This all works as expected. I now want to introduce a third table off ‘staff’ that can occupy those positions. ! staff member can take on multiple positions. I want to restrict access to the staff table so managers of workplaces can only see the staff that occupy a position in their workplace.
I have originally tried adding an access by column to the staff table, but then i run into issue where 1 staff occupies positions in multiple workplaces. there is no option to add to the access by column only replace it. I cant seem to restrict access based on the position either, as it gives me issues with updating the fields. I have also tried no restrict access but instead choosing the positions as the data source (which can be filtered based on workplace access by) and then adding the fields from connected data. this works for displaying but wont allow for inline editing etc.
Any advice is appreciated