Tag Archives: Dynamics CRM 2013

Use SQL Tracing to find the SQL query generated for Dynamics CRM Platform Operations for CRM On-Premise

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 the FetchXML translates into. While one way is to explain the FetchXML syntax, it might help to also get the SQL statement that… Read More »

Server-Side Synchronization for Dynamics CRM with POP3 Enabled Mail Server

In Dynamics CRM prior to CRM 2013 email integration provided the following options Email Router Microsoft Outlook Client. Using Microsoft Outlook Client allowed users to send emails from Dynamics CRM using their Microsoft Outlook client. If the Outlook client was closed, it would wait until Outlook client is re-opened for the mail to be processed.… Read More »