Enable Organization Insights Preview in Dynamics 365 CRM Online

Follow the below steps to enable Organization Insights preview feature in Dynamics CRM 365. Step 1: Open Dynamics 365 CRM Online. Go to Settings -> Administration -> System Settings -> Previews. Step 2: Select I have read and agree to the license terms. Step 3: Select Organization Insights Preview (Enable Organization Insights Preview) as Yes and click on OK. Step 4: Refresh the CRM Online Organization. Go to Dashboards and Click on the Organization Insights Dashboard. … Continue reading Enable Organization Insights Preview in Dynamics 365 CRM Online

Connect to CRM Online or On-premise using C# SDK

Follow the below Steps, to connect CRM Online or On-Premise using C#, Step 1: Include the below References in your project, you can get the same from Latest SDK. Open SDK and goto the path, SDK –> Bin for the dlls Microsoft.Crm.Sdk.Proxy Microsoft.Xrm.Sdk Step 2: Include the below Framework Assemblies in your project, System.Runtime.Serialization System.ServiceModel Step 3: Finally … Continue reading Connect to CRM Online or On-premise using C# SDK

Plug-in assembly does not contain the required types or assembly content cannot be updated.

Got the below error, while updating the Merged plugin dll in SIT environment. Started comparing the differences between Dev and SIT environments by navigating to Microsoft Dynamics CRM -> Settings -> Customization -> Customize the System -> Plug-in Assemblies. Clicked on the required Plug-in Assembly and started comparing the number of plug-in class files in it. Found that, in the SIT environment have … Continue reading Plug-in assembly does not contain the required types or assembly content cannot be updated.