Category Archives: MS CRM 4.0

Using New Scripting Methods in CRM 2016 Part 2

In our earlier post, we discussed getValue and KeyPress methods introduced in CRM 2016, in this post we are going to discuss AutoComplete methods. Below two methods are added to implementing auto complete feature to text fields: • showAutoComplete • hideAutoComplete showAutoComplete– This method allows us to show list of possible values as dropdown to add auto complete feature to… Read more »

Fill more color to CRM Web Application

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 »

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 »

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 »

Removing Stored Credentials for Microsoft Dynamics CRM SDK Samples

If you want to remove credentials stored in configuration file for Microsoft Dynamics CRM SDK sample then this post is going to help you to implement that. Requirement: Remove stored credentials from configuration file. Solution: When you will try to run Microsoft Dynamics CRM SDK sample code first time it will ask you for credentials details like below (we are… Read more »

Calling Java Script on click of command button MS CRM 2015 – Step by Step

In this blog we will provide step by step process to call your java script function from command button. We are using RibbonWorkbench editor to create command button. You can download RibbonWorkbench tool from here and import it your crm organization by navigating Settings->Solutions->Import. Let’s first add our demo java script function, use following steps: Create a solution by navigating Settings->Solutions->New and using following… Read more »

Creating RSS Feed Dashboard in Microsoft Dynamics CRM 2013: Part 3

This is our last post to create a RSS feed dashboard in Microsoft Dynamics CRM 2013. Please check our previous posts to create a RSS feed web resource for Microsoft Dynamics CRM Team blog and Twitter user account. In this post we will use these web resources in our dashboard. Please follow our previous post to get RSS feeds and create web resources for… Read more »

Enable “Allow to use Credentials for Email Processing” in MS CRM 2013 On-premise Continued

This is our second post to “Allow to use Credentials for Email Processing” field under mailbox, please check our earlier post for first option. In this post we are going to discuss another workaround to enable this option by adding a register key, we can add register key manually or can use power shell command to add registry key for us. Following… Read more »

Are you interested in your connection list ??

If you are a sales person and using MS CRM 2011, I am sure you will be interested in your connection lists, so that you can easily associated/disassociate yourself with MS CRM records like account contact.  So how can you see your connection through OOB way, you need to follow below steps: Navigation Setting->Administration->Users->select your record and open it. Navigate… Read more »