We can associate activities with entity records even though they are closed (in inactive state) because CRM setup 1:N relationship with activity and other activities related entities if Activities checkbox is selected under entity definition. But let’s say we have business requirement to stop this behavior. There is no out of the box setting to disable it, but we can… Read more »
Our publisher is running a campaign where they are offering latest technologies ebook at 5$ only !!, which also include our Microsoft Dynamics CRM 2015 Application Design ebook You can order it from here, so get your copy today !!
Sometime while working on CRM implementation, your client may ask you to add a direct shortcut to some view in SiteMap, let’s say, a shortcut of imports view. If you want to see imports view, you need to navigate to Settings->DataManagement->Imports. So if we need to add shortcut to this view, we can use SiteMap editor for this. In our… Read more »
Microsoft Dynamics CRM 2015 Update 1 introduced a very nice feature, “Themes” , which allows us to add colors to different below component in supported way. We can access theme by navigating Settings->Customizations-> Themes. There is one default read only, out of the box theme available in every CRM deployment. We can’t do any modification to this theme but we… Read more »
While working with customization or developing solution for CRM, we first need to know the metadata of the CRM entities, that we are going to use. We can get some of the information from CRM UI, let’s take a simple example, if we want to write code to create account record and want to know fields of account entity, we can… Read more »
In this post we are going to demonstrate how we can add multiple pushpins in Bing Maps based on the latitude and longitude. First we need to make sure address1_latitude and address1_longitude should be added under account form and should be filled for all account records based on their address. Requirement: Let’s say we have requirement to show all the… Read more »
Recently our second book on Dynamics CRM 2015 got released. This is a practical guide to learn CRM 2015, If you are new to Microsoft CRM Development or want to explore CRM 2015 new features, Microsoft Dynamics CRM 2015 Application Design will help you in that. This book have below 8 Chapters, which starts from basic topics and moves to advance topics… Read more »
Very common question that we face in Microsoft Dynamics CRM community forums, “How to get started with Dynamics CRM?” Personally I feel that Microsoft Dynamics CRM is always a very hot topics in .Net developers and it totally make sense because after putting little more efforts you can add a new skill to your resume and can increase your career… Read more »
In our earlier article we have demonstrated how we can fetch images attached to notes, working on the same requirement we have enhanced our examples to develop an image gallery utility to see all the images attached to notes. Here is the complete code for this utility: You can download complete utility from GitHub Following are the steps to use… Read more »
We were installing CRM 2015 in one of the virtual machine and got CRM setup failed error dialog with Retry and Cancel button. The first thing came in our mind to check setup log files, so when we checked crmserversetup.log file under C:\Users\Administrator\AppData\Roaming\Microsoft\MSCRM\Logs , we found below error details: Error| System.Exception: Action Microsoft.Crm.Setup.Server.RegisterVssWriterServiceAction failed. —> System.ComponentModel.Win32Exception: Unable to change the Service description. at Microsoft.Crm.ServiceControlManager.InstallNativeService(String… Read more »