Power BI Microsoft Dynamics CRM Online – Power View Report Part 2
This is the second blog in a series of three blogs on how to create a simple Power View Report in Microsoft Excel to display information on Accounts and Opportunities retrieved from a Microsoft...
View ArticlePower BI Microsoft Dynamics CRM Online – Power View Report Part 3
This is the third blog in a series of three blogs on how to create a simple Power View Report in Microsoft Excel to display information on Accounts and Opportunities retrieved from a Microsoft Dynamics...
View ArticlePower BI Microsoft Dynamics CRM Online – Power Map Report Part 2
In this series of blogs I have been describing how to create Power BI reports in Microsoft Excel based using data from a Microsoft Dynamics CRM Online Organisation.In my previous blog I demonstrated...
View ArticlePower BI Microsoft Dynamics CRM Online – Power Map Report Part 1
In this series of blogs I have been describing how to create Power BI reports in Microsoft Excel based using data retrieved from a Microsoft Dynamics CRM Online Organisation using a Power Query...
View ArticleCRM Online: No Option to buy Additional Storage for Non Profit Organisations
I had one of our Non-profit customers contact me recently. They had received the 80% storage warning message about their CRM and wanted to buy Additional Storage. Not understanding what the issue was,...
View ArticlePower BI Microsoft Dynamics CRM Online – Power Map Report Part 3
In this series of blogs I have been describing how to create Power BI reports in Microsoft Excel based using data from a Microsoft Dynamics CRM Online Organisation.In my previous blog I demonstrated...
View ArticleSubgrid Visual Errors when Hiding a Tab or Section in Dynamics CRM 2013/2015
During an upgrade from a CRM 2011 system to CRM 2015, testers reported that some subgrids in the system were occasionally having strange visual errors where the buttons were being pushed down into...
View ArticleBulk Hide Unused Fields from Users in Advanced Find in Microsoft Dynamics CRM...
When using Advanced Find the list of fields that are presented can be cluttered by the visibility of fields that are not used. Examples of these fields include Base Currency fields and many fields that...
View ArticleRetrieving Dates in FetchXML Aggregation for use in Dynamics CRM Reports
While writing a report using FetchXML, I needed to perform aggregation on a linked-entity where I encountered a problem in that fields that are not aggregated have to be grouped. For most fields this...
View ArticleFetchXML Retrieving Nulls in a Linked Entity for use in Dynamics CRM Reports
When writing custom FetchXML reports in Dynamics CRM, it is sometimes useful to find out what isn't there as opposed to what is. For example, you may want to find the Contacts that haven't had any...
View ArticleExecuting Messages in a Single Transaction in Dynamics CRM 2015
In CRM 2015, you can now execute multiple CRM requests in a single transaction. This gives developers the ability to easily rollback or cancel transactions if one of the CRM requests within the...
View ArticleCRM 2015 Custom Alerts and Popup Dialogs in JavaScript
CRM 2013 introduced light-boxes for most popups to make the UI look cleaner with less browser alerts and popups. However, these internal functions were not included in the SDK, so as developers we...
View ArticleDynamics CRM 2015 Update 1 - Error Updating SharePoint Site Absolute URL
We recently encountered an error with an online instance of Microsoft Dynamics CRM 2015 Update 1, where the web interface was hanging when trying to change the absolute URL of a SharePoint Site record....
View ArticleCall Workflow in CRM 2015 Easily from JavaScript Library
In the past if you've needed to call a workflow from JavaScript, you need to build a massive XML SOAP request making sure to pass in the correct attributes and conditions to get the request...
View ArticleDynamics CRM 2015 Solution Import Fails with Unable to find Metadata
We recently had a query around why a solution import would fail when it was exported from CRM 2013 into a 2015 RTM environment with the following message:0x80040216 Unable to find metadata information...
View ArticleCall Action in CRM 2015 Easily from JavaScript Library
In my previous blog post I introduced a new JavaScript library for calling processes, and I showed the function for calling a workflow. In this blog post I’m going to look at the function for calling...
View ArticleRun Dialog in CRM 2015 Easily from JavaScript Library
A common requirement is to open a dialog process from JavaScript on click of a command bar button etc. This is quite easy to do, simply using window.open and passing in the right parameters to get the...
View ArticleDynamics CRM 2015 JavaScript Form Notifications on Steroids
In a recent project I worked on, we needed to display a hyperlink in the form notification so that a user could click on it to open up an external webpage with parameters from the form. This proved to...
View ArticleCRM 2015 Online - Accessing Subgrid data using Javascript
In CRM 2015 online, the grid control has new methods and events to assist the developer to get additional data about the grid like Ids or an array of selected records. In this blog post, I’ll show you...
View ArticleBasic HTML Rich Text Editor for Microsoft Dynamics CRM 2015
By default, CRM doesn’t allow us to create our own custom fields using rich text or HTML, similar to the email Description out of the box. However, if we’re building forms that push data to a website...
View Article