MS CRM

Code: CRM 4.0 Dashboard Intergate with FusionCharts

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…

Share
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Yahoo! Buzz
  • email
  • Live
  • Twitter
MS CRM

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 …

Share
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Yahoo! Buzz
  • email
  • Live
  • Twitter
MS CRM

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…

Share
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Yahoo! Buzz
  • email
  • Live
  • Twitter
MS CRM

MVP Award

I have been awarded Microsoft MVP – Dynamics CRM.Thanks for Microsoft and my friends, colleagues and family. :) See my MVP profile here: https://mvp.support.microsoft.com/profile/Jim.Wang

Share
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Yahoo! Buzz
  • email
  • Live
  • Twitter
MS CRM

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’;…

Share
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Yahoo! Buzz
  • email
  • Live
  • Twitter
MS CRM

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 …

Share
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Reddit
  • Slashdot
  • StumbleUpon
  • Technorati
  • Yahoo! Buzz
  • email
  • Live
  • Twitter
Page 256 of 256« First...230240250252253254255256
Get Adobe Flash player