Tag Archives: fetchxml Dynamics CRM

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 commands could no longer be used (well querying data through sql is being reintroduced, under preview right now, but that is another topic for… Read More »

(Solved) Paging cookie issue in FetchXML – Dynamics 365

Recently while working in Dynamics 365 CRM we were facing the strange issue while retrieving more than 5K records using Web API with FetchXML The issue occurred when we retrieved more than 5K records using Web API with FetchXML, it was returning the same paging cookie everytime as shown below. “<cookie page=”1″><fullname last=”D. DAVID” first=”FRAN HUANG” /><contactid… Read More »