Quantcast
Channel: FetchXML - Microsoft Dynamics 365 CRM Tips and Tricks
Browsing all 32 articles
Browse latest View live

Group by using FetchXML

In Microsoft Dynamics CRM 2011 FetchXML includes grouping and aggregation features which let us to use aggregate functions like sum, count etc. Using Group by we can calculate sum, avg, min, max,...

View Article


Aggregate and Grouping functions using LINQ in CRM

As you know, QueryExpression are built as an Object Model. They support all the features of FetchXML except for grouping & aggregates. FetchXML supports all the features of QueryExpression...

View Article


Use 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 Article

Use 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 Article

Update 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 Article


How 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 Article

Inogic’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 Article

Group by using FetchXML

In Microsoft Dynamics CRM 2011 FetchXML includes grouping and aggregation features which let us to use aggregate functions like sum, count etc. Using Group by we can calculate sum, avg, min, max,...

View Article


Image may be NSFW.
Clik here to view.

Aggregate and Grouping functions using LINQ in CRM

As you know, QueryExpression are built as an Object Model. They support all the features of FetchXML except for grouping & aggregates. FetchXML supports all the features of QueryExpression...

View Article


Use 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 Article

Image may be NSFW.
Clik here to view.

Use 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 Article

Image may be NSFW.
Clik here to view.

Update 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Inogic’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 Article

Image may be NSFW.
Clik here to view.

Use 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 Article


Image may be NSFW.
Clik here to view.

Execute 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 Article

Image may be NSFW.
Clik here to view.

Field 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 Article


Image may be NSFW.
Clik here to view.

How 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

Image may be NSFW.
Clik here to view.

Use 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 Article

Image may be NSFW.
Clik here to view.

Execute 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 Article
Browsing all 32 articles
Browse latest View live