I have been asked many times through email/blog for sharing code about the CRM Dashboard with FusionChart integration. So I decide to extract some code and build a demo project to share, it’s a simple work for demo, so please don’t expect too much.
T…
Code: CRM 4.0 Dashboard Intergate with FusionCharts
Microsoft Outlook is not set as the default mail client?
Today I install CRM Outlook on my Vista(with Outlook 2007), it gives me a strange error:”Microsoft Outlook is not set as the default mail client. Please set Microsoft Outlook as the default mail client from Control Panel\Internet Options\Programs, and …
Ways to build up a CRM dashboard
There are servel ways to build up a dashboard to integrate with Dynamics CRM. Let’s take a look(projects I have done):1. Windows Sharepoint Service (WSS 3.0) + Office web partIn the previous version of WSS(v2.0), there is a free Office 2003 Add-in: Web…
Customize the crmForm
There are some useful crmForm customization skills which I want to share:1. Change a filed label style/* change new_button field label style */if (crmForm.all.new_button != null){ var field = crmForm.all.new_button_c; field.style.fontWeight = ‘bold’;…
Double Click EmailAddress to Open in Outlook
There is a question on Microsoft CRM Forum asking how to: Double Click EmailAddress to Open in OutlookI think it’s worth to bring it here because it’s also demonstrate how to send parameters in attachEvent method, so here is the answer:/* Double Click …
Recent Comments