加载到CRM时,Microsoft CRM 2011联机Fetchxml报告错误

时间:2012-04-03 16:00:59

标签: dynamics-crm-2011 dynamics-crm-online

我在BIDS中创建了大量报告,并将它们部署到我的CRM的在线实例中。我遇到的问题是使用以下代码。

<fetch distinct="true" mapping="logical" output-format="xml-platform" version="1.0">
<entity name="quote" enableprefiltering="1"> 
<attribute name="quotenumber"/>
<attribute name="createdon"/>
<attribute name="ownerid"/>
<attribute name="description"/> 
<attribute name="quoteid"/> 
<link-entity name="quotedetail" alias="aa" to="quoteid" from="quoteid"> 
<attribute name="quantity"/>
</link-entity>
</entity>
</fetch>

看起来很简单,但它给了我以下错误。

无效数据源:不支持报告类型。 Microsoft Dynamics CRM Online仅支持使用FetchXML数据源的报表。请帮忙。我无法弄清楚出了什么问题。

1 个答案:

答案 0 :(得分:0)

我不希望这会给你这个错误,但是你指定enableprefiltering时不需要指定prefilterparametername吗?也许这会导致FetchXML验证失败?