Last week at Liones we started a custom front-end project for Microsoft Dynamics CRM 4.0 and I am one of the developers working on the project. It is my job to write a library around the web service which MS CRM provides. The service itself is pretty easy because it contains only 7 methods:
- Create
- Retrieve
- RetrieveMultiple
- Delete
- Execute
- Fetch
- Update
The difficult part is to get the queries right because it is hard to determine how entities are related to each other if you don’t know the system. However I found a really useful tool to do this for me: FetchXML Wizard.
This is just a short post, next time I will tell you more about my adventures with MS CRM.

2 Replies to “Implementing Microsoft Dynamics CRM 4.0 :: First Experience”
July 8th, 2009 at 21:54
[...] here: Implementing Microsoft Dynamics CRM 4.0 :: First Experience 08 Jul 09 | [...]
July 30th, 2009 at 20:27
[...] at a custom front end application for Microsoft Dynamics CRM, a project I have been blogging about before. The goal of that project is to create a client portal showing information directly from the CRM. I [...]