A proprietary query language used in Dynamics CRM.
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 fetchxmlBasically I have a QueryExpression that returns over 3000 results. I only need to use between 50 and 200 of these. If I …
dynamics-crm fetchxmlWe 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-expressionsHow do i do a left join using FetchXml? Consider a simple SQL query like the following: select person.name, …
dynamics-crm dynamics-crm-4 fetchxmlI'm attempting to use fetchxml to obtain values from another record to create a new one. I have managed to …
dynamics-crm-2011 fetchxmlI 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 fetchxmlOverview: 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 fetchxmlProblem I have a Fetch XML query that has an aggregate count on a linked entity that isn't behaving as …
dynamics-crm-2011 fetchxmlI 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 fetchxmlI have a web page outside of CRM that allows users to perform CRM lookups. I need to implement filtering …
c# dynamics-crm-2011 fetchxml