Posts

Showing posts with the label CRM 2015

New XrmToolBox plugin : Attribute Usage Inspector

Image
A colleague of mine recently asked if it was possible to inspect data usage to determine which attributes are useless in a CRM 2016 organization because not filled with any value. My first answer was: no. I used to know a solution named CRM Data Detective that does the same but for CRM 4 and CRM 2011 only. Ok, I was wrong and found out that a version for CRM 2015/2016 also exists. Anyway, the major problem with this solution is the fact that if the entity you want to inspect has more records than the AggregateQueryRecordsLimit (which is 50,000 in CRM Online and cannot be updated), then you don’t get real usage statistics. This plugin resolves this limitation by querying actual records instead of performing aggregation query (only if aggregation query fails because of the limit). This can impact performance but if you really needs it, you get it. You can also export the result in a raw Excel file. Here is a screenshot As usual, please use the Plugins Store in XrmToolBox to get th...

Improved Iconator for XrmToolBox

Image
Hi Dynamics CRM community! It’s been a long time since the last article on this blog! Today, I want to share with you what’s new on Iconator plugin for XrmToolBox and where these changes come from. Believe it or not but,  in my day to day consultant work, I’m not customizing Dynamics CRM anymore but mainly focus on development. So, working with Dynamics CRM icons was not part of my job. But lately, I had to work on a project with me and myself only, so it did require that I create entities and update their icons to have a shiny CRM application. And even if Iconator is a helpful plugin, it was not helpful enough. The major concerns were: Cannot set entities color. You can do it in customizations but one by one entity. Icons used in SiteMap (the 32x32 pixels white ones) don’t fit well if the white color touch icon edges. This is particularly true with icons from FlatIcon.com (which I recommend, by the way) You know me, it couldn’t stay that way… So I updated Iconator plugins...

New XrmToolBox plugin : Chart Manager

Image
Just this once, the August release is published in July. Indeed, I’m on holidays this evening and I want to be sure everybody has the chance to get a new release of XrmToolBox with a new plugin : Chart Manager Chart Manager Chart Manager is a plugin that helps you to export/import charts from/to Microsoft Dynamics CRM in bulk. It also allows to edit the XML definition of a chart directly, without the need to export/import. XrmToolBox The toolbox itself and some plugins have been updated to fix bugs and add enhancements. The release note is available here . If you are already using XrmToolBox, you should have received an Update Notification. If not, just go to www.xrmtoolbox.com to download the latest version.

New XrmToolBox version and MVP award

Image
Hi everybody, First of all, maybe you already saw it on social networks but I’' have been renewed as a Microsoft Dynamics CRM MVP for the 6th time! Great honor to be part of the CRM MVP group again and thanks to all XrmToolBox users that  make this possible. Regarding XrmToolBox, I just released a new version today. New plugins management It is a breaking change version since plugins management have been revamped to use Microsoft Extensibilty Framework, which means plugins need to be migrated to this new plugins mechanism to work. This new mechanism helps to manage plugins automatically with no custom code, and also allow to deliver files with multiples plugins inside. If you use plugins other than ones shipped with XrmToolBox, you might want to keep the previous version available until other plugins are migrated. Of course, all plugins shipped with XrmToolBox are compatible. Usage statistics I aslo implemented a new mechanism that will help me and other developers to unders...

New XrmToolBox version : v1.2015.5.6

A new version of XrmToolBox is available! No new tools from me but some bug fixes and enhancements. The release note is available here . Just be aware that plugins are now stored in a subfolder “Plugins” in “XrmToolBox” folder. This is to ensure XrmToolBox.exe is found easily in the main folder. If you are a XrmToolBox plugin developer and your plugin is storing its own settings file, then please check if everything is still working. Other plugins Maybe you already know it but XrmToolBox github wiki page lists available plugins for XrmToolBox. Some new plugins were added lately so please have a look here

XrmToolBox first release on Github!

Image
Hi XrmToolBox friends, Today is a big day for XrmToolBox! First release on Github has been published and I have a lot of news to announce! XrmToolBox on Github I already made this announcement before but that’s official now, with this first release, XrmToolBox is hosted on Github and CodePlex project won’t receive updates anymore. You can reach this project on Github by following this link (or read following announcement) XrmToolBox home page XrmToolBox has its own home page now! You can bookmark www.xrmtoolbox.com . It has never been easier to find where XrmToolBox resides! If you are a XrmToolBox plugin developer, and you want me to provide you a subdomain of XrmToolBox.com, just ask (you can see the FetchXml Builder example here : http://fxb.xrmtoolbox.com ).  . New tool: FLS Bulk Updater! I don’t know if you already faced this scenario but I had to update 10 Field Security Profiles with more than 300 Fields Permissions. And it was a nightmare… Ok, you can select multi...

XrmToolBox new version : Welcome CRM 2015

Image
XrmToolBox previous version was a great success : More than 5K downloads, 13 ratings with an average rate of 4,7/5. So today, I’m proud to release a new version of XrmToolBox. This is kind of a major version since a lot of changes are included in this release. Please read blow CRM 2015 and .Net Framework 4.5.2 This release is the version of XrmToolBox to use CRM 2015 SDK assemblies. That means plugins for XrmToolBox can now uses new capabilities of CRM 2015 SDK (of course, it can still connect to CRM 2011 and 2013). That means above all that XrmToolBox now requires .Net Framework 4.5.2. When launching this new version, if your computer does not contain this version of .Net Framework, you will be prompt to download and install it. Signed assemblies Thanks to Digicert.com which provides free code signing certificate to Microsoft MVP’s, files that are shipped with XrmToolBox package are now all digitally signed. That means you can check if files your are using with XrmToolBox come f...