One of the big limitations of Field Security in previous versions of Dynamics CRM was that it was only available on custom fields and not on out of the box fields. In Dynamics CRM 2015 however Field Security can now be enabled on most out of the box fields, with only certain system fields such as th
Read the full article hereWith the introduction of the new hierarchies feature in Microsoft Dynamics CRM 2015 comes new condition operators that can be used with the ConditionOperator enumeration in the C# SDK as well as FetchXML queries. These new operators are intended to support records that are related via the new Hierar
Read the full article hereThe introduction of Quick Create Forms in Dynamics CRM 2013 provided a simpler way for users to create records for core entities from anywhere within the system. However, there is one disadvantage in that it does not launch subsequent Quick Create forms to populate lookup fields. Thankfully, Dynamic
Read the full article hereAnother highly anticipated feature of Dynamics CRM 2015 is Multi-Entity Quick Find, which allows users to search across multiple entities. Many ISVs have built their own implementations and it is nice to finally see this part of the base product. In this post, I will refer to Multi-Entity Quick Find
Read the full article hereYou asked for it and Microsoft has listened! Dynamics CRM 2015 now provides the ability to launch the Advanced Find window from anywhere within the application. Previously, the Advanced Find button was only available on the command bar (or in the overflow menu) on forms and views which was a bit o
Read the full article hereMicrosoft Dynamics CRM 2015 now provides you with a hierarchical view of records out of the box for selected entities, with the ability to customize this view for custom relationships. It is also possible to customize the hierarchy tile view to display different fields on each tile. Firstly, let&rsq
Read the full article hereThis feature has been requested over and over and I can gladly say it is finally available out of the box! Yes, I’m talking about the ability to view a hierarchy of records in a tree view from within your Dynamics CRM 2015 system. This feature is available for the Account, Campaign, Case, Cont
Read the full article hereA few days ago, I was assigned to a task to download all templates programmatically. As we know, to get the Data Import templates for data migration you have to navigate open CRM UI and navigate to Settings > Data Management > Templates for Data Import. This will open a dialog where you have d
Read the full article hereThis is another extremely handy feature! The ability to add a timer to forms inside CRM will help keep you on top of your day-to-day tasks and also gives you an indication of success or failure. In this post, we will take a look at how we can use timers to ensure that phone calls are completed on ti
Read the full article hereNowadays, lots of web developers are targeting to publish their websites on different machines, like Android devices, iPhone x and so on. The easiest way I found of testing your websites on different machines is using Chrome F12 Developer tools. This tool allows you to target the following devices
Read the full article hereCRM users have always wanted to use CRM using other browsers like Chrome, FireFox etc. Microsoft added a new feature for browser compatibility from different Operating Systems. However, one day I got two calls from two different customers complaining about an error shown when creating an email insid
Read the full article hereThe Status Reason field in Dynamics CRM is a special field which allows you to provide reasons for the status of a particular record. For example, an Article can have a Status of “Active” and a Status Reason of “Awaiting Review”, “Approved”, “Published&rdquo
Read the full article hereRecently we needed to develop an application to synchronize data between Dynamics CRM 2013 and a financial system. This application has become complex due to the volume of data as well as the requirement in getting the data synchronized as fast as possible while minimizing the costs of running virtu
Read the full article hereIn an earlier blog post by Greg, he talked about how it would be nice to see Advanced Find in the Global Nav, so I decided to go ahead and make his dream come true. I’ve created a simple managed solution which can be installed into CRM 2013, which automatically adds an Advanced Find button
Read the full article hereHere is a collection of database tuning tips that will help you keep CRM and any other system that rely on SQL running smoothly and efficiently. 1. Ensure a dedicated drive is allocated for each of the following: OS, Data, Logs, TempDB, Backups 2. Ensure that each of the SQL drives a
Read the full article here