Michael Jarvis

Microsoft Dynamics CRM Blog
posts - 21, comments - 2, trackbacks - 2

Monday, August 02, 2010

Microsoft CRM 4.0 Rollup 12 Available

Microsoft released update rollup 12 on 27th July 2010 for Microsoft Dynamics CRM 4.0 (KB 2028381).

You can download it at the following location,

http://www.microsoft.com/downloads/details.aspx?FamilyID=a80147f8-130e-492d-93d3-e16e6b2e2fa1&displaylang=en

The KB article contains the installation instructions and list of fixes.

http://support.microsoft.com/kb/2028381

posted @ Monday, August 02, 2010 1:13 PM | Feedback (0) |

Thursday, July 22, 2010

Microsoft BPOS

Have you taken a look at the Microsoft BPOS (Business Productivity Online Suite) yet?  If not have a look at the following URL, http://www.microsoft.com/online/business-productivity.mspx

BPOS is Microsoft’s online Cloud offering for the following services;

  • Exchange Online
  • Office SharePoint Online
  • Office Communications Online
  • Office Live Meeting
  • Dynamics CRM Online

The commercial proposition from Microsoft is compelling, for all size organisations, whether you migrate full service to the Cloud or use a co-existence model. 

Based on the capacity available within the Microsoft Data Centres, and Microsoft’s push to ensure their products are cloud-ready, you can only imagine this list of services is going to grow, and quickly.

Technorati Tags: ,,

posted @ Thursday, July 22, 2010 8:49 PM | Feedback (0) | Filed Under [ Cloud ]

Wednesday, June 09, 2010

Microsoft CRM 4.0 Outlook Buttons on the Office 2010 Ribbon

With the introduction of Microsoft CRM 4.0 Rollup 11 the Microsoft CRM 4.0 Outlook buttons now appear on the ribbon (before Rollup 11 they appeared on the Office 2010 add-ins menu).

image

Read the following extract from the Microsoft CRM 4.0 Rollup 11 KB article;

“The Microsoft Dynamics CRM buttons are displayed on the Add-ins tab. You expect the buttons to be displayed on the Microsoft Dynamics CRM ribbon or on the Home tab in the Microsoft Dynamics CRM 4.0 client for Microsoft Office Outlook 2010.”

posted @ Wednesday, June 09, 2010 9:14 PM | Feedback (0) | Filed Under [ Outlook Client Office 2010 ]

How to add colour to a Microsoft CRM Form Picklist

I recently got asked by a customer to change the colours of Service Cases based on their priority.  P1 = Red, P2 = Yellow, and P3 = Green.  Whilst there is no standard capability within Microsoft CRM to perform this on Case Lists or Case Form, there is a form script which can be added to the Form OnLoad() to perform the change.

The colours are present within the picklist dropdown.

image

Upon selecting a value the picklist colour is then maintained on the form view.

image

The code required to make the above changes is as follows;

// Get the picklist
var picklist = crmForm.all.contractservicelevelcode;

// Change colour to Red if P1
var option = picklist.options[1];
option.style.backgroundColor = "#E55451";

// Change colour to Yellow if P2
var option = picklist.options[2];
option.style.backgroundColor = "#FFF380";

// Change colour to Green if P3
var option = picklist.options[3];
option.style.backgroundColor = "#5EFB6E";

Technorati Tags:

posted @ Wednesday, June 09, 2010 4:03 PM | Feedback (0) |

Tuesday, June 08, 2010

Microsoft CRM 4.0 Rollup 11 Available

Microsoft released update rollup 11 on 4th June 2010 for Microsoft Dynamics CRM 4.0 (KB 981328).

You can download it at the following location,

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=f84f2bfb-393d-4b90-bf1b-300a82ec6083

The KB article contains the installation instructions and list of fixes.

http://support.microsoft.com/kb/981328

posted @ Tuesday, June 08, 2010 8:59 AM | Feedback (0) |

Wednesday, May 26, 2010

How to Mount an ISO Image in Windows 7

If you’re struggling to mount an ISO file in Windows 7 with your typical tools then try the Virtual CloneDrive freeware solution from SlySoft.com, works a treat.

Download from the following link Virtual CloneDrive (freeware).

Once installed right click on an .iso file and select Mount to choose a drive letter.

image

The settings provide ability to have multiple drives available for mounting to.

image

Technorati Tags:

posted @ Wednesday, May 26, 2010 10:23 AM | Feedback (0) | Filed Under [ Tools/Utilities ]

Friday, April 09, 2010

Microsoft CRM 4.0 Rollup 10 Available

Microsoft released update rollup 10 on 8th April 2010 for Microsoft Dynamics CRM 4.0 (KB 979347).

You can download it at the following location,

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=5da4d352-1d3f-4426-9c17-b256c30afdb9

The KB article contains the installation instructions and list of fixes.

http://support.microsoft.com/?kbid=979347

posted @ Friday, April 09, 2010 4:09 PM | Feedback (0) | Filed Under [ Rollup Updates ]

Saturday, February 13, 2010

Microsoft CRM 4.0 Rollup 9 Available

Microsoft released update rollup 9 on 11th February 2010 for Microsoft Dynamics CRM 4.0 (KB 977650).

You can download it at the following location,

http://www.microsoft.com/downloads/details.aspx?FamilyID=5869f2b3-d1a0-4f71-8be3-fde6e8053a2e

The KB article contains the installation instructions and list of fixes.

http://support.microsoft.com/kb/977650

posted @ Saturday, February 13, 2010 1:28 PM | Feedback (0) | Filed Under [ Rollup Updates ]

Monday, January 18, 2010

Deployment Wizard Crash with Rollup 8

We’ve hit the following issue today whilst trying to import a Microsoft CRM 4.0 database on an x64 platform using Rollup 8.

The import wizard seems to hang during the Edit User Mappings stage and never recovers. 

We were able to resolve the issue by removing Rollup 8 and installing Rollup 7.

image

posted @ Monday, January 18, 2010 7:18 PM | Feedback (2) | Filed Under [ Redeployment ]

Thursday, January 14, 2010

Microsoft CRM 5.0 – What’s New?

Check out the following blog post from Marco Amoedo for a list of new CRM 5 features.

http://marcoamoedo.com/blog/summary-of-xrm-and-crm-5-at-pdc09/

  • Solution Packaging
  • Net 4.0 Support out of the box
  • Flexible Web Services
  • Using System Types
  • Linq for CRM
  • ADO.Net Data Services and .Net RIA services support
  • Code Sandboxing
  • Claims based Authentication and Federation
  • Shared Picklists

posted @ Thursday, January 14, 2010 2:15 PM | Feedback (2) | Filed Under [ CRM 5.0 Features ]

Sunday, January 03, 2010

Microsoft Outlook 2010 Beta with CRM 4.0 Client

Following installation of the Microsoft Office 2010 Beta software I thought I’d try installing the Microsoft CRM 4.0 Outlook Client.  Clearly my expectations were low in terms of the CRM Outlook client installing as Microsoft Office 2010 is still in beta release.  I was pleasantly surprised to see the installation work as per normal, no errors appeared and I have the standard CRM 4.0 icons available through the Add-Ins menu of the new Outlook 2010 Ribbon. 

I installed using the CRM Outlook Client get latest updates options, and the recently released Microsoft CRM 4.0 Rollup 8 as part of the procedure so my tests use this as the baseline with Internet Explorer 8 on Windows 7 x64.

image

It’s early days but initial testing seems to confirm the CRM Outlook client is functioning as per normal.  I suspect Microsoft will be enhancing the CRM Outlook client to display the icons within the default view of the ribbon rather than forcing users to click on the Add-Ins menu.

image

posted @ Sunday, January 03, 2010 12:12 AM | Feedback (0) | Filed Under [ Outlook Client Office 2010 ]

Friday, December 18, 2009

Microsoft CRM 4.0 Rollup 8 Available

Microsoft yesterday released update rollup 8 for Microsoft Dynamics CRM 4.0 (KB 975995).

You can download it at the following location,

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c53b2916-6b93-4092-bdd3-a394c96ca000 

The KB article contains the installation instructions and list of fixes.

http://support.microsoft.com/kb/975995

posted @ Friday, December 18, 2009 1:14 PM | Feedback (0) |

Tuesday, December 01, 2009

Troubleshooting Performance Problems in Outlook 2007

I’ve started to receive the following message when Outlook is starting; The data file “Mailbox – Michael Jarvis” was not closed properly.

image

I found the following link on the Microsoft support website which although has not solved the problem yet does highlight a number of other items to consider when trying to get the best performance from Outlook 2007.

http://support.microsoft.com/default.aspx?scid=KB;EN-US;940226

posted @ Tuesday, December 01, 2009 8:37 AM | Feedback (0) | Filed Under [ Outlook Client ]

Thursday, October 22, 2009

Microsoft CRM 4.0 Rollup 7 Available

Microsoft today released update rollup 7 for Microsoft Dynamics CRM 4.0 (KB 971782).

You can download it at the following location,

http://www.microsoft.com/downloads/details.aspx?FamilyID=a4893988-7804-4e23-ab58-740441cc696e&displayLang=en

The KB article contains the installation instructions and list of fixes.

http://support.microsoft.com/kb/971782

One of the key additions is the resolution to a long standing problem relating to deadlock errors in the event log when there are 2 or more asynchronous services running.

http://support.microsoft.com/kb/975490

posted @ Thursday, October 22, 2009 7:48 PM | Feedback (0) | Filed Under [ Rollup Updates ]

“Unspecified Error” when adding an Internet Explorer Favorite

I’ve recent been getting the following error when adding a favorite to Internet Explorer 7,

image

Found an excellent blog which provides a couple of solutions to this problem, the first one in the list solved it for me.

http://www.winhelponline.com/blog/unspecified-error-when-adding-a-link-to-favorites-in-windows-vista/

posted @ Thursday, October 22, 2009 2:30 PM | Feedback (0) | Filed Under [ Internet Explorer ]

About Me

As Director of Consulting Services at Gap Consulting, my focus is on customer satisfaction and quality delivery of Microsoft CRM Solutions, and I'm fortunate to work with a strong technical and delivery team to help achieve these goals.

I have been working in the IT industry for over 11 years following completion of a Software Engineering BSc(Hons) degree, and am formally trained and certified in Microsoft technologies, having worked with Microsoft CRM version 1.2, 3.0, and 4.0.