gpt4 book ai didi

dynamics-crm-2011 - Microsoft CRM 2011 Online Fetchxml 加载到 CRM 时报告错误

转载 作者:行者123 更新时间:2023-12-04 07:44:28 27 4
gpt4 key购买 nike

我在 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 数据源的报表。请帮忙。我不知道哪里出了问题。

最佳答案

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

关于dynamics-crm-2011 - Microsoft CRM 2011 Online Fetchxml 加载到 CRM 时报告错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9997089/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com