Need Help From a Microsoft CRM Developer
-
Please reply here because I have some questions about using Microsoft CRM Web Services. Thanks in advance...
Best Regards 3ala2 :)
So, what are the questions? Posting them will get you faster assistance. I don't know MS CRM that well myself, but I am sure if you ask the questions someone here will be able to assist.
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles] [My Website]
-
So, what are the questions? Posting them will get you faster assistance. I don't know MS CRM that well myself, but I am sure if you ask the questions someone here will be able to assist.
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) [My Articles] [My Website]
-
I want to create ASP.net forms that write to CRM entities. I need to know the best practice to apply that :)
Best Regards 3ala2 :)
Generally you need to go through a webservice that uses the CRM SDK. This is important! You can not write directly to the CRM database. If you do, you invalidate any warranty supplied by Microsoft, and (more importantly) you will probably break CRM to such an extent that you will need to start over (with a fresh install). If you want more info, look at the documentation that comes with CRM and the CRM SDK. Having said that, I have applications that read CRM filtered views, and that does not seem to hurt it. So, getting information out, you can go direct. Getting information in - SDK Only!