Top "Fetchxml" questions

A proprietary query language used in Dynamics CRM.

How to Execute FetchXML in CRM 2011 using a CRM 2011 webservice and JavaScript?

I want to execute FetchXML queries in a CRM 2011 environment using the CRM 2011 SOAP web services and JavaScript. I have …

javascript dynamics-crm-2011 fetchxml
Is it possible to limit the amount of results returned in a response when using a QueryExpression in CRM 4

Basically I have a QueryExpression that returns over 3000 results. I only need to use between 50 and 200 of these. If I …

dynamics-crm fetchxml
QueryExpression vs. FetchXml CRM2011

We found out that Linq for CRM 2011 is horribly broken - it seems to have gotten in without any QA …

linq dynamics-crm-2011 fetchxml query-expressions
Left join in FetchXml?

How do i do a left join using FetchXml? Consider a simple SQL query like the following: select person.name, …

dynamics-crm dynamics-crm-4 fetchxml
Get option set and lookup field values from FetchXml in CRM 2011

I'm attempting to use fetchxml to obtain values from another record to create a new one. I have managed to …

dynamics-crm-2011 fetchxml
How do you handle the fetchxml result data?

I have avoided working with fetchxml as I have been unsure the best way to handle the result data after …

xml data-structures dynamics-crm data-manipulation fetchxml
How to cast an Xrm.EntityCollection to a List?

Overview: I'm coding a FetchXML query to return users with disabled mailboxes in a Dynamics 2015 online CRM instance. Now I've …

c# dynamics-crm dynamics-crm-2013 fetchxml
Aggregate Count of linked entity in fetch XML won't return 0

Problem I have a Fetch XML query that has an aggregate count on a linked entity that isn't behaving as …

dynamics-crm-2011 fetchxml
How to Make a Condition Optional in FetchXML

I have some SQL reports that has very slow performance, so we converted all of them into FetchXML, but all …

reporting-services dynamics-crm-2011 dynamics-crm dynamics-crm-2013 fetchxml
CRM FetchXml, how can I dynamically add quicksearch filter that will match related entity's name?

I have a web page outside of CRM that allows users to perform CRM lookups. I need to implement filtering …

c# dynamics-crm-2011 fetchxml