Hi is it possible in fetchxml to do the following where i filter my link table base on a column from the parent like new_field2 below?
<fetch>
<entity name="new_entity1" >
<attribute name="new_field1" />
<attribute name="new_field2" />
<link-entity name="new_entity2" from="new_field2" to="new_field2" alias="ach" >
<attribute name="new_field2" />
<attribute name="new_field3" />
<attribute name="new_field4" />
<filter>
<condition attribute="new_field3" operator="eq" value= new_field2 />
</filter>
</link-entity>
</entity>
</fetch>
Thanks G
*This post is locked for comments
I have the same question (0)