thanks Miklos,
i have yet the MS CRM SDK, but i know that we can do some personnalization with C#.
Do you know the main steps to developp and deploy it into CRM ?
If you want to write CRM customizatino with .NET, basically you've to use the CRM web service and call its methods from a custom ASP.NET page (on an IFRAME in CRM) or using Callouts (basically a custom .NET code on pre and post CRM events). Check the SDK.
Comments
i have yet the MS CRM SDK, but i know that we can do some personnalization with C#.
Do you know the main steps to developp and deploy it into CRM ?
now do you know haow to Stop the Callouts?
I need this to import data to the database!