CRM Watcher

CRM Watcher is the source for the latest Microsoft Dynamics CRM News and Downloads.

Saturday, November 10, 2007

Nice CRM 4.0 Plugin Example: "Logger"

A plugin example by Jonas Deibe: a simple logger. He has created a new entity called "logger" with some basic field attributes. He has also associated N-1 to systemusers table for keeping track of data been "logged" by the current user. The logic to fill this entity/table is inside the plugin assembly and he has attached the Visual Studio project to play around with.