I have a portal where external users can create, view and edit their own records. Now I want a secundary view where the external users can view all of the records of the external users related to their organisation.
I added a field 'organisation' to combine the records at the 'contact'-level, but it doesn't seem to work. Should I add a field to my records-entity (that contains the organization) and fill it with a script, but than the script would have to know to which organisation a contact-user belongs. How can I best address this problem? Thank you.