I have two entities A: Client Group & B: Contact
Every Client Group must have 1 client which directly points to 1 Contact (A -> B) &
Every Client Group can have n clients which indirectly points to n Contacts (A -> C -> B - by using Connections)
By default I can access the 1 Contact that is directly linked through the lookup relationship but
How do I access the n Contacts that are indirectly linked using the Connections entity?
Example Below:
Client Group has N:1 relationship with contact
Client Group 1 consists of (Adam, John, Jane)
Adam is the contact record set for Client Group 1
John & Jane are set as related contacts through connections for Client Group 1
If I were to update information using the Client Group form it'll only work for Adam as he's directly related and has that "relationship" reference, however John & Jane do not as they're indirectly related and can't be "looked-up" because the lookup is 1-1