【发布时间】:2016-04-25 09:44:35
【问题描述】:
我使用 Visual Studio 2010 创建了一个报告,当我将它加载到 CRM Online 时,我收到了以下错误:
错误:无效数据源:不支持此报告类型。 Microsoft Dynamics CRM online 仅支持使用 Fetch XML 的报表 数据源。
这是我正在使用的查询:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="lead">
<attribute name="fullname" />
<attribute name="companyname" />
<attribute name="telephone1" />
<attribute name="leadid" />
<order attribute="fullname" descending="false" />
</entity>
</fetch>
请问您知道这个问题的根源吗?
提前致谢,
【问题讨论】:
标签: reporting-services dynamics-crm-2011 dynamics-crm ssrs-2012