Validate FetchXml by using ValidateFetchXmlExpression WebAPI function in the...
Introduction: In a recent project, we retrieved Dynamics 365 CRM data using WebAPI and fetchXml expressions. In most cases, we create fetchXml expressions, where we add attributes and filter conditions...
View ArticleUse of Alias in FetchXML
Introduction: I am sure by now almost anyone developing on Dynamics CRM would have had experience working with FetchXML queries, the Dynamics CRM proprietary format to query data using Dynamics CRM SDK...
View ArticleUse SQL Tracing to find the SQL query generated for Dynamics CRM Platform...
Dynamics CRM works largely on FetchXML queries. FetchXML is a proprietary query language for Dynamics CRM. For developers coming from SQL background, they would really want to find the SQL query that...
View ArticleUpdate fetch query of System/User view dynamically
Based on the client requirement sometimes it is needed to update the system/user view to filter record as per needed. In your query you need to apply outer join which won’t be possible through Advanced...
View ArticleHow to handle Special Characters in Fetch XML
Fetch XML, the easiest way to write complex queries to retrieve data by joining multiple entities. Though being the easiest, we were still stuck at a point where we didn’t know what to do. We were...
View ArticleInogic’s Top 10 Most Popular Dynamics CRM Blogs of 2014
This blog in the beginning of New Year brings you the Top 10 interesting and useful blogs posted by us during the year 2014. This article consists of content from blogs that belong to CRM 2013 and...
View ArticleUse WEB API Batch Request in Dynamics 365 to execute long FetchXML
Introduction: Recently we had a project where we use WEB API for retrieve the records from Dynamics CRM. In our project, we dynamically create FetchXML to retrieve records but sometimes Fetchxml have a...
View ArticleExecute multiple FetchXML and OData queries using Batch request
We have developed an application to fulfill one of our clients’ requirement. In that application we have perform multiple retrieval operation from CRM (around 10) either using FetchXML or OData of...
View ArticleField Comparisons now available for Queries in Power Platform
Dynamics 365 CRM and the platform underneath has always provided for a proprietary query language called FetchXML. With the introduction of CRM Online, this became the defacto query language as SQL...
View ArticleHow to solve “When using arithmetic values in Fetch a ProxyTypesAssembly must...
Introduction While using Fake XRM Easy for Plug-in or Workflow unit testing, there could be situations that could arise where we need to use fetchXML to retrieve some records. While it works for most...
View Article