Sponsors

Thứ Hai, 22 tháng 10, 2007

Convergence 2007 Copenhagen

It was a last minute call, but I'm attending the Convergence as well. Please leave a message or send an email if you wish to drink a beer :)If there's something interesting to share, then I'll make sure it's online as soon as possible.Also I'll be standing at the Microsoft Product Groups Booth for the MVP Program at the following times:- Monday 22nd 18:00 - 19:00- Tuesday 23rd 12:00 - 13:00-

Thứ Năm, 18 tháng 10, 2007

Importing Customizations: Invalid Attribute

Here's an approach for finding a solution to a new error which I haven't discussed before. The error that I will discuss is the message "Invalid Attribute" while importing the customizations. This only appears when there are already customizations imported and you try to import a new version of the customizations file.I wasn't able to find out information on Google or Partner Source, but managed

Thứ Năm, 11 tháng 10, 2007

MS CRM Role Utility

Ever since the Sandbox went down, I've received quite some questions around the Role Utility. Luckily I still had a copy available. For the ease of use I've uploaded this one and here's the link: link.Have fun

Speaker at Dutch Dynamics CRM User Group

Last week at the 4th of October, there was the first session for the Dutch Dynamics CRM User Group. This session was organized by the Dynamics User Group (http://www.dynug.nl) and hosted by Generali. The goal of this User Group is to get customers together and learn from eachother and have a voice within Microsoft.The agenda for this meeting was:- Welcome and Introductions- User Group and

Fetch the ObjectTypeCode based on EntityName

Not a very rocket science, but just something again that I don't want to type over and over again. So here's a piece of code that helps you to fetch the ObjectTypeCode based on the EntityName for CRM 3.0:private int GetObjectTypeCode (string entityName){ CrmMetaDataService.MetadataService metadataService = new CrmMetaDataService.MetadataService(); metadataService.Credentials =