MS Dynamics CRM 4.0 Client Configuration Wizard Fails With “Outlook Is Not Set As The Default Mail Client” On Windows Server 2008 X64

I had this issue when installing MS Outlook and attempting to use the CRM Client. This solves the error received when the client isntall claims that Outlook isn’t set as the default Email program. This article is by Joel Mansford and is titled MS Dynamics CRM 4.0 Client Configuration Wizard Fails With “Outlook Is Not [...]

Multi-tenancy and the Default Organizations

Great article by Ross Lotharius at Ascentium titled “Multi-tenancy and the Default Organization, What is it and how do I set it for users?” which provides information on supporting users and setting default organizations in CRM 4.0.

CRM 4.0 Hide Left Navigation Bar

I have been looking for a script that will hide the entire left navigation bar in MSCRM 4.0. for a custom entity. I found this forum response here and it works well! document.all.crmNavBar.parentElement.style.display = "none"; document.all.tdAreas.colSpan = 2;

Formatting CRM 4.0 Phone Numbers

Here are a couple of great scripts for formatting phone numbers in CRM 4.0 that were posted as a responses to the East Region Microsoft CRM Blog. /* This code formats the phone number, allowing up to a 5 digit extension to be displayed on the same line. The following code example shows how to [...]