Can you write a single FetchXML query to get 1:many relationship?
Is it possible to write a single FetchXML query that gets a root entity and multiple children? All I've been able to do is 1:1. ...
Is it possible to write a single FetchXML query that gets a root entity and multiple children? All I've been able to do is 1:1. ...
Basically I have a QueryExpression that returns over 3000 results. I only need to use between 50 and 200 of these. If I was using normal sql I could use SELECT TOP 200..... Is there a way to do this in CRM using the QueryExpression or FetchXML? ...
I am using FetchXml to query CRM 4.0. We have a special case that will require a composite join between CRM entites. The FetchXml schema indicates that multiple link-entity elements are allowed, and it also indicates that multiple filter/condition elements can be added to a link-entity. The problem I'm facing is that the value attribute ...