Category Archives: MS CRM 2011

Track Security Role Changes using Auditing

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 »

Using PickFromQueue in Dynamics CRM -Sample Code

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 »

Microsoft Dynamics CRM 2015 Application Design ebook @ 5$ only

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 !!

Adding View Shortcut in SiteMap

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 Application Design Book

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 »

Three pillars of Getting Started with Microsoft Dynamics CRM

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 »

Image Gallery Utility for Dynamics CRM

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 »

Retrieve Duplicate Detection Rules using CRM SDK

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 »