Hi All,
I am trying to create a report in CRM Online where I am getting the following error
Unable to cast object of type 'Microsoft.Crm.Reporting.DataExtension.Client.Fetch.FetchProxy' to type 'Microsoft.Crm.Sandbox.SandboxFetchProxy'.
Here is what I am trying to do. We have a cost associated with appointment in which contact are added as required attendees. We want to track cost of appointment per account and the bills that have been raised against these account. For this
I have created the following FetchXML
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" aggregate="true">
<entity name="appointment">
<attribute name="new_cost" alias='new_cost' aggregate='sum' />
<link-entity name="activityparty" from="activityid" to="activityid" alias="bd">
<link-entity name="contact" from="contactid" to="partyid" alias="be">
<link-entity name="account" from="accountid" to="parentcustomerid" alias="bf">
<link-entity name="new_feesreferred" from="new_parentnameid" to="accountid" alias="bg">
<attribute name="new_billed" alias='new_billed' aggregate='sum' />
<attribute name="new_parentaccount" alias='new_parentaccount' groupby='true' />
</link-entity>
</link-entity>
</link-entity>
</link-entity>
</entity>
</fetch>
I will much appreciate if anyone can help me in this or make any suggestions.
-Devashish
http://thecrmworld.wordpress.com
http://ebizartisans.com