Category Archives: Dynamics CRM 2016

Apply Custom Filter on Lookup Field in Dynamics CRM using Script

Introduction: In this blog, we are going to see how to apply a custom filter to the lookup field using the JavaScript functions. Microsoft Dynamics CRM allows us to filter a lookup field on the form using the Fetch XML condition and “addPreSearch()“ method. Example: On the Contact Entity, there is a lookup field named… Read More: Apply Custom Filter on Lookup Field in Dynamics CRM using… »

Theme your Dynamics CRM 2015 to Custom Solution

Introduction We all are familiar about themes; as we used to set themes for our mobile. Now we can set themes to our CRM and make it more colorful. We all know about how to set theme to CRM manually. So now we will see how to set theme programmatically to our web resource. If… Read More: Theme your Dynamics CRM 2015 to Custom Solution »

New Localizable Attributes in Dynamics CRM 2015

As we all know if we want to change the CRM label text as per the user language preference we can use the Export/Import translation process. But when we want to change the Attribute value as per the user language preference, it is not possible because entered value cannot be changed if user changes the… Read More: New Localizable Attributes in Dynamics CRM 2015 »

Replicate Right Click behavior of Dynamics CRM Grid on Custom Grids

In Microsoft dynamics CRM, we have grids for each and every entity. And whenever we right-click on the grid, we get a contextual menu as shown in below screenshot. Below is the list of menus that we get: Open Open In a new window Copy a Link Email a Link Print Refresh List When we… Read More: Replicate Right Click behavior of Dynamics CRM Grid on Custom… »

Adding Custom Button on Security area in Dynamics CRM 2015

In Microsoft Dynamics CRM 2015 Security area is introduced which contains entities such as Users, Security Roles and Teams which were present in Administration area in previous versions of Microsoft Dynamics CRM. In this blog we are going to show how we can add Custom Buttons on Application Ribbon of Security area through Ribbon Workbench.… Read More: Adding Custom Button on Security area in Dynamics CRM 2015 »

Sending Marketing Newsletter From Dynamics CRM

If you want to send marketing newsletter(or any content that has HTML content) to all your Leads/Accounts/Contacts by using Quick Campaign by Email using Email template then you can select the accounts/leads/contacts for which you want to send the newsletter and create quick campaign as shown below. In case you want to send newsletter to specific… Read More: Sending Marketing Newsletter From Dynamics CRM »

Re-imagined Phone & Tablet Client for Dynamics CRM Online

Introduction One of the USP of Microsoft Dynamics CRM that differentiates it from other CRM applications available in the market is BYOD – CRM Anywhere. Dynamics CRM as of today supports the following client Web Client ( All major browsers IE/Edge, Chrome, FireFox, Safari) Outlook Client – Seamless integration with Microsoft Outlook so that you… Read More: Re-imagined Phone & Tablet Client for Dynamics CRM Online »

Automatic record creation or update rules in Dynamics CRM 2015 SP1

Microsoft always believes in making life of people simpler using their product. This is what happens with every update of Dynamics CRM. There was one feature introduced in CRM 2013 to ease the life of CRM users and that feature was Automatic case record creation through email and social monitoring. This was indeed a very… Read More: Automatic record creation or update rules in Dynamics CRM 2015… »

Applying Scripts on Business Process Flow controls in Dynamics CRM 2015

Introduction Anyone who would have tried using the api functions available to access the controls on the Business Process Flow to hide/lock in CRM 2013 would know that the function only worked if the control was on the current active stage on the form. Suppose you had 2 stages Develop and Propose and you had… Read More: Applying Scripts on Business Process Flow controls in Dynamics CRM… »

Updating Date Values of Existing Records after modifying the Date/Time Behaviour in Dynamics CRM Online Update 1

Introduction In one of our earlier posts found here we had explained how the new date/time behaviour can be used to record date/times in the format that you require, instead of having it store the values in UTC all the time. So you can now go and modify the behaviour of an existing date/time field… Read More: Updating Date Values of Existing Records after modifying the Date/Time… »