Tuesday 27 October 2009

Extending CRM 4.0 ...

These days I get to spend a lot of time working on CRM 4.0. In this post, I would like to list (without much technical details) some of the extensions that I have implemented on CRM 4.0.

Audit CRM records

  • Created a little plugin that logs changes to a record to a custom entity (just one is sufficient to hold changes across all entities :-))
  • A web page that presents the changes in a readable format

Record Counter


Concurrency checker

  • An interesting implementation that checks to see if the current record was already saved by one user when two users had opened it simultaneously.

0 comments: