Hi,
One of our user has created a saved query which contains link entity attributes in the resultset and also filter conditions on the link entity attributes. But in the advanced find result, the link entity attributes are displaying blank data. Is there a limitation with the fetch xml link entity?
For the below fetchxml all the link entity attributes are displayed blank in the result. Sorry for the xx, yy names. I just replaced my business attributes.
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"><entity name="iop_xx"><attribute name="xx"/><attribute name="xxy"/><attribute name="createdon"/><attribute name="iop_xxtype"/><attribute name="iop_xxdate"/><attribute name="iop_xxamount"/><attribute name="statecode"/><attribute name="iop_xxdate"/><attribute name="iop_relatedxxid"/><order attribute="iop_xxclosedate" descending="false"/><filter type="and"><filter type="and"><condition attribute="iop_xxclosedate" operator="on-or-after" value="2012-04-01"/><condition attribute="iop_xxclosedate" operator="on-or-before" value="2012-04-30"/></filter><condition attribute="iop_xxtype" operator="in"><value>2</value><value>4</value><value>6</value><value>7</value></condition></filter><link-entity name="iop_yy" from="iop_yyid" to="iop_relatedyyid" link-type="outer" alias="aa"><attribute name="iop_yyzzid"/><attribute name="iop_xyzid"/><attribute name="iop_xxzid"/><attribute name="iop_yychannel"/><attribute name="iop_comments"/><attribute name="iop_requesttype"/><attribute name="iop_yycountry"/><link-entity name="iop_zentity" from="iop_zzid" to="iop_xzid" alias="ai"><link-entity name="iop_xyentity" from="iop_zid" to="iop_xzid" alias="aj"><filter type="and"><condition attribute="iop_type" operator="in"><value>2</value><value>9</value></condition></filter></link-entity></link-entity></link-entity></entity></fetch>
I really appreciate if you can provide me a solution for this issue.
Currently what I am planning to suggest the user is to create a report using the saved view. In that case I can see all the attribute data in the result.