Requirement: Track security role changes in Dynamics 365/CRM or earlier versions. Have you been in a situation where client is complaining about sudden access to unwanted entities/not required for their process or suddenly they are not able to perform some set of actions? If yes this article is going to help you. Solution: This is very common in CRM implementation… Read more »
I saw one question in CRM community forum today where user was looking for help to use PickFromQueue message, so I thought of writing sample code for the same, so that it can help others as well. Let’s first understand the message, why we need it. As name suggests this message is used to pick item from queue and used… Read more »
You may get this error while accessing your IFD deployment if you recently changed your ADFS service account password. To resolve this issue, you can follow below steps: Start Internet Information Services Manager and select applications pools. Select ADFS app service pool and click on Advanced Settings under Actions from right hand navigation. Click on Identity ellipse (…) under Generate Process… 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 »
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 »
Sometime you may require to retrieve duplicate detection rules using CRM SDK, this post will help you to write code to get duplicate detection rule. Let’s take an example we want to retrieve all the duplicate detection rules based on the entity name, if you will navigate to Settings-> Data Management -> Duplicate Detection Rules, you will see duplicate detection… Read more »