Answered by:
CRM + Web Service

Question
-
Hey guys I need Help, I dont know if this is possible but what I want to do is something like that:
I have a page on HTML to sign up my contacts, so when I click on the finish button (on the HTML page) I need to automatically create a record on CRM 2011 (a contact) with the informantion in the HTML, is this possible ?
thanks
Saturday, July 30, 2011 1:05 AM
Answers
-
Hi Gustavo,
You can create a custom aspx form and you can create records through this page. Of course, you have to use webservices
Julio- Proposed as answer by Julio Luque Cuba Sunday, July 31, 2011 6:18 PM
- Marked as answer by Donna EdwardsMVP Thursday, August 4, 2011 1:42 AM
Saturday, July 30, 2011 1:41 AM -
Here is a link to the CRM SDK, There is a lot of good code samples included and full documentation included in the .CHM file that is included. I would look specifically at the .NET solutions for the plugin registration tool (in /tools in the SDK) or also the soap logger solution included in the sdk at /code samples/cs/client
These solutions are external applications that connect into CRM using the web services so you can look at these as examples of how to get connected up and get the service objects properly instantiated.
http://www.microsoft.com/download/en/details.aspx?id=24004
Also, here is a link to a blogpost that illustrations the syntax for a create call using the CRM web services:
http://mileyja.blogspot.com/2011/04/create-requests-in-net-and-jscript-in.html
Jamie Miley
Check out my about.me profile!
http://mileyja.blogspot.com
Linked-In Profile
Follow Me on Twitter!- Proposed as answer by Jamie MileyModerator Saturday, July 30, 2011 11:00 PM
- Marked as answer by Donna EdwardsMVP Thursday, August 4, 2011 1:42 AM
Saturday, July 30, 2011 11:00 PMModerator
All replies
-
Hi Gustavo,
You can create a custom aspx form and you can create records through this page. Of course, you have to use webservices
Julio- Proposed as answer by Julio Luque Cuba Sunday, July 31, 2011 6:18 PM
- Marked as answer by Donna EdwardsMVP Thursday, August 4, 2011 1:42 AM
Saturday, July 30, 2011 1:41 AM -
Hi Gustavo,
By using asp.net it is possible, but you want to web services for this.
Regards,
Surya
Thanks & Regards, MS CRM Consultant, V.Surya.Saturday, July 30, 2011 5:55 AM -
Here is a link to the CRM SDK, There is a lot of good code samples included and full documentation included in the .CHM file that is included. I would look specifically at the .NET solutions for the plugin registration tool (in /tools in the SDK) or also the soap logger solution included in the sdk at /code samples/cs/client
These solutions are external applications that connect into CRM using the web services so you can look at these as examples of how to get connected up and get the service objects properly instantiated.
http://www.microsoft.com/download/en/details.aspx?id=24004
Also, here is a link to a blogpost that illustrations the syntax for a create call using the CRM web services:
http://mileyja.blogspot.com/2011/04/create-requests-in-net-and-jscript-in.html
Jamie Miley
Check out my about.me profile!
http://mileyja.blogspot.com
Linked-In Profile
Follow Me on Twitter!- Proposed as answer by Jamie MileyModerator Saturday, July 30, 2011 11:00 PM
- Marked as answer by Donna EdwardsMVP Thursday, August 4, 2011 1:42 AM
Saturday, July 30, 2011 11:00 PMModerator