I've read a bit of setting up the FetchXML filter for an Entity List here: LINK
However, I can't get my filter to affect the entity list values at all.
<link-entity name="A" from="Aid" to="regardingobjectid" alias="aa"> <link-entity name="B" from="Bid" to="B" alias="ac"> <filter type="and"> <condition attribute="Bid" operator="eq" value="{{request.params.id}}" /> </filter> </link-entity> </link-entity>
I'm going through this manner to my entity list like this because I'm trying to display the children of all the child entities for the current page's entity. I couldn't display it at all in a CRM Form because the current entity is not the direct child of entity B. Does anyone know how to do the above or know of a better way to do what I need?
Example:
On a Region Entity Page:
-
- Display Region Info
- Display Region's States
- Display States' Cities
Thanks!
*This post is locked for comments