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: CrmServiceClient
OrganizationServiceProxy is null
The CrmServiceClient class is a key component of the Xrm Tooling library. This class has two important properties that, as a developer, you may have probably used in many instances: OrganizationServiceProxy and OrganizationWebProxyClient . Depending on the authentication type, these objects may be null. This article explains some of these cases. Let's have a look … Continue reading OrganizationServiceProxy is null