22. November 2010 11:00
Filed Under(CRM 4.0 | Dashboard 4) By George
Contents:
Part One: Creating the Chart
Part Two: Creating the Drill-Down Click
Part One (Creating the Chart )
Pre required Steps:
Create the Fetch XML. To create a Custom Fetch it is advisable to use a fetch generator tool. If you have our DCP Add-on you will also find such tool. Otherwise you can use the Stunnware Tools for MSCRM.
More...
15. October 2010 11:22
Filed Under(Dashboard 4) By George
Error:
Dashboard does not open and you get the following JavaScript Error in the Browser:
Message: Unhandled Error in Silverlight x application
Code: 2104
Category: Initialize Error
Message: 2104 An error has occurred.
Solution:
For some security reasons the Dashboard Installer does not get access to the ISS and we can’t add the required Mime Types for Silverlight. Please see the following link how to add the Mime Types in your IIS/Dashbaord root.
http://learn.iis.net/page.aspx/262/configuring-iis-for-silverlight-applications/
Mime Types to add:
Extension MIME type
.xap application/x-silverlight-app
.xaml application/xaml+xml
.xbap application/x-ms-xbap
Important! For Dashboard Map-Charts you need also the following MIME types:
Extension MIME type
.dbf application/octet-stream
.shp application/octet-stream
15. July 2010 12:03
Filed Under(CRM 4.0 | Dashboard 4) By George
· Open your CRM
· Go to "Settings" in the navigation at the left
· Choose "mscrm-addons settings" from the navigation

More...
27. May 2010 15:55
Filed Under(Dashboard 4 | CRM 4.0) By George
You have the possibility to start Dashbaord out of CRM. There are three options:
1. Start Dashboard normal
http://server:prort/DashBoard/Dashboard.aspx?orgname=YourOrgname
Example: http://crm:5555/DashBoard/Dashboard.aspx?orgname=PTMEDVSystemeGmbH
2. Start Dashboard with a predefined Dashboard
http://server:prort/DashBoard/DashBoard.aspx?orgname=YourOrgname&DBID={3223A69E-DFF9-DE11-A1CC-001CC4AA705A}&ShowMenu=true
(If you not define the ShowMenu parameter, the default value is false.)
3. Start Dashboard with a predefined Dashboard and hide the Dashboard Menu. If you take this option the user interface is limited.
http://server:prort/DashBoard/DashBoard.aspx?orgname=YourOrgname&DBID={3223A69E-DFF9-DE11-A1CC-001CC4AA705A}
How do I find the desired Dashboard ID?
Got to "SETTINGS", choose "DASHBOARDS SL" and open your desired Dashboard.
Copy the market ID from the Browser Address bar. 
end