Posts

Showing posts from February, 2014

Storing custom configuration settings in Microsoft Dynamics CRM

Image
Since some years, I’m using two custom entities to store some parameters used in JavaScript, Plugins and Custom Workflow Activities. As I have been asked to share them with the community, I’m doing it today? I have created a managed solution that contains these two entities: Parameters Category : Used to define parameters groups Category : This is the main entity that stores the parameter with the following attributes: Name : This is a display name that can be changed anytime Logical name : This is a name editable only during creation Category : To indicate in which group of parameters the parameter belongs Description : no need of explanation here Value type : define the type of value Value : depending of the type, the appropriate control is displayed. When saving the value is also copied to a global text attribute named “global value” This way, I can store typed parameters for multiple usages: Storing counter current value Storing url of an external applicati

Change the default dashboard in Dynamics CRM 2013 with XrmToolBox SiteMap Editor plugin

Image
I updated the SiteMapEditor to allows you to change the default dashboard that is displayed when navigating to a Dashboard SubArea in Dynamics CRM 2013. To do so, follow this procedure: Connect the XrmToolBox to your organization Open SiteMapEditor plugin Load the SiteMap Navigate to an area that is a dashboard page Click on the “Browse” (…) button in the details panel (Default Dashboard Id) Select the dashboard that should be displayed when navigating to this SubArea Save the SubArea item Update the SiteMap Please note that this feature is only available in Dynamics CRM 2013 and Dynamics CRM Online Fall '13 Service Update. If you try to use this feature in CRM 2011, you will get the following error:

New XrmToolBox plugin! Assembly Recovery Tool

Image
This XrmToolBox is really a small one that is just an update of one of my CRM 4.0 tools. It allows to export .Net assemblies stored in CRM database (plugins and custom workflow activities). It eases the extraction of these assemblies instead of creating a solution to export them.

New XrmToolBox plugin! Form Libraries Manager

Image
Last month, I had to work on some JavaScript web resources cleaning and I wanted to rename all my web resources. This is not so complicated when using the Web Resources Manager plugin to drag and drop JavaScript files to some new folders. The difficult part was to update all forms that used some shared web resources like JSON2, jQuery and XrmServiceToolkit. So, I decided to write… a plugin for the XrmToolBox. So, let me introduce the Form Libraries Manager This plugin can list all JavaScript web resources and all forms (only active forms for CRM 2013). You can select web resources to add and forms where to add them. If multiple web resources are selected, you can order them and choose where to display them : at the beginning of the scripts list for forms or at the end. I’m sure this will help people to initialize all their forms with required web resources. It can also remove in bulk selected libraries. For each selected library, if it is used by a form event, a warning is display