I’m working on a web portal for customers that will connect to Microsoft Dynamics. I don’t want to make Dynamics CRM directly a internet facing deployment (IFD), so I’d like to use a separate database that the web interface interacts with and then use web services to move the data between the web portal database and Dynamics CRM.
I’m just looking for thoughts on whether this is the best way to proceed and whether there are any good code examples, etc. that I can look at for implementing this?
I saw Microsoft has a Customer Portal but it looks like it requires (at a cursory glance) an IFD deployment – which I don’t want.
I’m working on a web portal for customers that will connect to Microsoft Dynamics.
Share
First, after creating your ASP.NET project (WebForms or MVC 3), add the following references:
In your code-behind Create a class then add the following code:
If you want to retrieve multiple records:
I highly recommend to download the SDK or check this
You’ll find many samples and walkthroughs which will help you to build good portals.