1

我有一个示例 XML:

<fetch>
  <entity name="contact">
    <attribute name="fullname" />
    <attribute name="telephone1" />
    <attribute name="contactid" />
    <attribute name="contactid" />
    <attribute name="lastname" />
    <order attribute="fullname" descending="false" />
    <filter type="and">
      <condition attribute="lastname" operator="not-null" />
    </filter>
    <link-entity name="btable2" from="id1" to="id2" visible="false" link- 
      type="outer" alias="a_0151c8f511fd">
      <attribute name="totalnumberofproductregistrations" />
      <attribute name="fiscalyear" />
    </link-entity>
  </entity>
</fetch> 

如何访问产品注册总数?我无法访问它,因为它说它不是当前实体设置的一部分。有人遇到过这个吗?

通过数据交换框架从 Dynamics CRM 映射 Sitecore

不是映射。没有从 CRM 中获得任何有价值的价值

4

0 回答 0