hi,
when i am trying to run the query designer for fetch-xml from BIDS using CRM-2015 Online, i am getting the below error;
My Fetch XML is:
- <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false"> - <entity name="opportunity"> <attribute name="name" /> <attribute name="parentaccountid" /> <attribute name="parentcontactid" /> <attribute name="closeprobability" /> <attribute name="createdon" /> <attribute name="createdby" /> <attribute name="estimatedvalue" /> <attribute name="estimatedclosedate" /> <attribute name="ownerid" /> - <link-entity name="account" from="accountid" to="customerid" visible="false" link-type="outer" alias="acc"> <attribute name="new_accounttype" /> <attribute name="address1_city" /> </link-entity> </entity> </fetch>
Please help me to resolve.
Thanks.
