我正在嘗試創建一個視圖,該視圖將顯示訂單中的數據。訂單與訂單付款有一對多的關係。付款將顯示在訂單上。我遇到的問題是,當您運行查詢時,付款信息不會顯示。這是來自視圖的XML。Dynamics CRM 2011 - 查看不顯示相關信息
<?xml version="1.0"?>
-<fetch distinct="false" mapping="logical" output-format="xml-platform" version="1.0">
-<entity name="salesorder"><attribute name="name"/>
<attribute name="customerid"/>
<attribute name="totalamount"/>
<attribute name="salesorderid"/>
<order descending="false" attribute="name"/>
-<filter type="and"><condition attribute="totalamountlessfreight" value="0"
operator="gt"/>
<condition attribute="ree_orderdate" operator="this-month"/>
</filter>
-<link-entity name="ree_salesorderpayment" alias="a_eaddfe488ba0e2118a9d78e3b508542d" link- type="outer" visible="false" to="ree_payment" from="ree_salesorderpaymentid">
<attribute name="ree_paymentdate"/>
<attribute name="ree_paymentamount"/>
</link-entity>
</entity></fetch>
這可能嗎?
感謝, 加里
我下載了XML。我會檢查過濾器。謝謝 – Gary 2013-04-09 15:10:22
我在高級查找窗口的任何地方都看不到過濾器。我錯過了什麼嗎?謝謝 – Gary 2013-04-09 15:27:04
當您添加一列到過濾器時,過濾器出現。看看這篇文章(http://blog.xrm.com/index.php/2011/11/lets-crm-online-2011-advanced-find-part-1/) – 2013-04-09 22:22:40