Hi Team
So I am stuck at the Portals. A little bit of background which will help you suggest me a good solution.
Background
- I have an entity called Bookable Resource which is tied to an Account.
- Every Bookable Resource Booking is tied to a Bookable Resource.
- On the account entity, I have a primary contact.
On the portals, I am logged in as a contact so I want to see only those bookings which are related to my account.
Contacts --> Accounts --> Bookable Resource --> Bookable Resource Bookings
Current Situation
I have managed to set the Entity Permissions and chose the Bookable Resource Bookings in the Entity field and set the Scope as Global (for now). I can see all the bookings for an authenticated user. However, if I try to filter it to Contact / Account, I do not see any relationship

The reason for this I think is because Bookable Resource Booking is not directly associated with either Account or Contact.
-----------
My question is, how can I show the bookings which are only related to the Account of the logged in Contact?