
hi experts, how many levels deep can Advanced Find go? I recall I read 5 related entities, but cannot find the reference.
or is it just one Related entity and then only the search narrows down to fields and related entities of that entity?
thanks in advance, Armine
Hi,
Thank you for your query.
You can go up to 10 levels. FetchXML can't have more than 10 linked entities.
Here is an article by Kingswaysoft:
Limitations with CRM FetchXML (kingswaysoft.com)
If I try to Query more than 10 linked entities, I get an error:
For adding the columns in the View, you can only go to the second level.
For example, when you query Opportunities, you can add fields from Account (one level up), but cannot navigate further (for example, Opportunity -> Account -> Parent Account is not supported).