Looking to build a query to return contacts from a specific account AND the contacts of accounts connected to the first account through connections. Not even sure how to start this querying with the relationship joins. Any advice would be appreciated.
Example:
Contact Susy Smith is a child of Account 1
Account 1 is connected to Account 2 and Account 3
Joe Jones is a child contact of Account 2
Art Vandelay is a child contact of Account 3.
The query should return contacts starting from Account 1 and display all three contacts.
*This post is locked for comments