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 »

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 »

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 »

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 »

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 »

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 »

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 »