The post Querying Order By Link Entity with Fetch XML appeared first on CRM Kitchen.
]]><fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true"> <entity name="contact"> <attribute name="fullname" /> <attribute name="telephone1" /> <attribute name="contactid" /> <link-entity name="contactquotes" from="contactid" to="contactid" visible="false" intersect="true"> <link-entity name="quote" from="quoteid" to="quoteid" alias="aa"> <order attribute="createdon" descending="false" /> </link-entity> </link-entity> </entity> </fetch>
The post Querying Order By Link Entity with Fetch XML appeared first on CRM Kitchen.
]]>