【问题标题】:Microsoft Dynamics CRM online supports only reports that use Fetch XML data sourcesMicrosoft Dynamics CRM online 仅支持使用 Fetch XML 数据源的报表
【发布时间】: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


    【解决方案1】:

    FetchXML 对我来说是正确的,如果你能帮忙https://technet.microsoft.com/en-us/library/gg328437.aspx

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-10-25
      • 1970-01-01
      • 2013-02-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多