The CrmServiceClient class allows you to connect easily to the Common Data Service and execute the API operations offered by the platform. Depending on your particular implementation, you may need to change the connection timeout. This article explains how to apply a custom timeout to a CrmServiceClient intance. As I covered in my previous article, … Continue reading CrmServiceClient connection timeout
Tag: Timeout
SQL timeout querying secure attributes
This week one of our users was suffering a SQL timeout when she was trying to open a particular view or run the same in the Advanced Find. The issue was caused by a secure field that was used in the criteria of the query. We checked the web traces to confirm the query that … Continue reading SQL timeout querying secure attributes
Simulate long operations in Dynamics 365 (CRM)
This article describes how to simulate a long operation in Dynamics 365 (CRM) using a simple custom plugin that introduces a delay using the Thread.Sleep function. Background: recently we have been investigating an issue regarding some timeouts happening in a third party application which connects to our Dynamics 365 service. At the moment, it is difficult to tell … Continue reading Simulate long operations in Dynamics 365 (CRM)