Dynamics CRM 2011 - View not displaying related information -
i trying create view display data order. there 1 many relationship order payments order. payments display on order form. problem i'm having information payment not display when run query. here xml view.
<?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>
is possible?
thanks, gary
the stunnware tools app old still fetchxml. 1 thing i've noticed before ref strange behaviour queries if there currency fields behaving oddly, adding transactioncurrencyid field columns can help.
Comments
Post a Comment