gpt4 book ai didi

dynamics-crm-2011 - FetchXML 获取第二个关系实体

转载 作者:行者123 更新时间:2023-12-04 08:36:52 25 4
gpt4 key购买 nike

是否可以在 View 中显示来自嵌套链接实体的字段?

我有 3 个实体:统计信息、帐户和地址。
统计信息查找帐户,帐户查找地址。
我想要统计 View 中所有这些实体的字段。

我已经尝试过这个并得到一个错误:要使用这个保存的 View ,您必须删除引用已删除或不可搜索项目的条件和列。

    <savedquery>
<IsCustomizable>1</IsCustomizable>
<CanBeDeleted>1</CanBeDeleted>
<isquickfindquery>0</isquickfindquery>
<isprivate>0</isprivate>
<isdefault>0</isdefault>
<returnedtypecode>10008</returnedtypecode>
<savedqueryid>{df101ac4-2e4d-e311-9377-005056bd0001}</savedqueryid>
<layoutxml>
<grid name="resultset" object="10008" jump="sl_name" select="1" preview="1" icon="1">
<row name="result" id="sl_statisticsid">
<cell name="sl_amount" width="100" />
<cell name="sl_date" width="100" />
<cell name="sl_debtor" width="100" />
<cell name="sl_divisioncode" width="100" />
<cell name="sl_source" width="100" />
<cell name="sl_statstype" width="100" />
<cell name="relatedAccount.wl_towncity" width="100"/>
<cell name="relatedAccount.relatedAddress.wl_city" width="100" />
</row>
</grid>
</layoutxml>
<querytype>0</querytype>
<fetchxml>
<fetch version="1.0" output-format="xml-platform" mapping="logical">
<entity name="sl_statistics">
<order attribute="sl_amount" descending="false" />
<attribute name="sl_statstype" />
<attribute name="sl_source" />
<attribute name="sl_divisioncode" />
<attribute name="sl_debtor" />
<attribute name="sl_date" />
<attribute name="sl_amount" />
<link-entity name="account" from="accountid" to="sl_debtor" alias="relatedAccount">
<attribute name="wl_towncity" />
<link-entity name="wl_postalcode" from="wl_postalcodeid" to="wl_postaltowncity" alias="relatedAddress">
<attribute name="wl_city" />
</link-entity>
</link-entity>
<attribute name="sl_statisticsid" />
</entity>
</fetch>
</fetchxml>
<LocalizedNames>
<LocalizedName description="Statistics and Address" languagecode="1033" />
</LocalizedNames>
</savedquery>

如果删除此行,则 View 有效:

<cell name="relatedAddress.wi_city" width="100" disableSorting="0" />

有谁知道如何从 GridXML 中的嵌套链接实体引用元素?

我也为违规行尝试过这个:

<cell name="relatedAccount.relatedAddress.wi_city" width="100" disableSorting="0" />

开始看起来不可能有一个 View 来显示来自嵌套链接实体的字段。

最佳答案

据我所知,这是不可能的,但请有人证明我错了。

GridXML 的一个限制似乎是只能包含来自第一个链接实体的属性,而不是任何嵌套的链接实体。

关于dynamics-crm-2011 - FetchXML 获取第二个关系实体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19981878/

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