A little commenting trick to switch between code blocks to use.
A little trick i’ve used for quite some time… If you want to test a windows service for instance, you can’t start it in the debugger. But I want to use the debugger. Then you could write something...
View ArticleCreating a simple Microsoft CRM 4.0 plugin.
The beginning Ok, in the beginning there was nothing. So, let’s start by taking a look at Introduction to Plug-in Development for Microsoft Dynamics CRM 4.0. From here we can copy paste some sample...
View ArticleCRM 4.0 tool – Bulk update / export to csv
One of our customers recently asked to do an update on their instance of the microsoft CRM 4.0 platform. The goal was to change the current Country Picklist to a lookup field which points to a...
View ArticleMailChimp > Sync module
I added a project to CodePlex last week: MailChimp Sync Module makes it easier for developers to synchronize their lists from any datasource to mailchimp. It’s developed in C# on the mailchimp .NET...
View ArticleClosing in on Techdays 2009
As you all probably know, Techdays 2009 is getting close… If you want to meet me or one of our team, here are some of the sessions we’ll probably attend: The preconference Day 1 Day 2 Hope to meet you...
View ArticlePreserve and created and modified information when importing a document in...
I’m currently writing a web service on our SharePoint server to upload documents because one of our clients would like to migrate from a third party document management system to SharePoint. This...
View ArticleAuto complete text box in Dynamics CRM 4.0
We needed a drop down box in our CRM 4.0 environments for a lot of our clients. The data from the drop down should come from within CRM 4.0 to limit the dependencies to other systems. The cleanest way...
View ArticleImproved Duplicate Detection in Dynamics CRM
Why do I need it? We’ve noticed the CRM Duplicate detection doesn’t allow for much creativity, you can only create Duplicate Detection Rules with the following condition: full string match begins with...
View ArticleFormat and validate phonenumbers in Dynamics CRM 4.0 Plugin
When importing data in Dynamics CRM 4.0 there is no client side code triggered, so to make sure you get phonenumbers (or anything else for that matter) in a clean format, you might want to consider...
View ArticleASP.Net Exception Reporter
Orbit One has developed a unique solution that allows you to track and analyse “unhandled exceptions” in the code of web applications. “Unhandled exceptions” are problems that are not supposed to...
View Article