Possible to select related entities 2 levels deep?

I have found using the “related” field very cool to pull related entities, but what about entities related to the related entity? Is there a way to query 2 levels deep? What about 3?

Hello @mr-e,

You can’t relate entities three levels deep directly with the API. But, you can write a script to do it or write a stored procedure.

Thanks,
@AlexBowen