Here are the steps to setup Online Microsoft Dynamics CRM and create contact data using web service:
Step 1: Click here to setup your Online Microsoft Dynamics CRM setup. Here are the steps.
Step 2: Create your User ID and password.
Step 3: Select Text me or Call me option and enter your contact number so you will get the code by sms or by phone call.
Step 4 : Enter the verification code and complete the setup.
Step 5: Click the link sign in here and this will redirect you on Microsoft Dynamics CRM.
Step 6: Now we have to create a web service that will insert the contact details into CRM.
For that create a new project as shown below:
Step 7: Select Empty template and give a name 'WebServiceMSCRM',
Step 8: Now right click on project and click on add, new item, then web services (ASMX).
Step 9: Now open WebServiceMSCRM.asmx file.
Step 11: Create Web method using IOrganizationService as shown below:
Step 12: Now create the CreateService function as below,
Provide your url that match the servername and organization in Organizationuri section.
Provide Username and password to get devicc id.
Step 13: Now run the service and call CreateContact method and provide ContactFirstName as shown below:
Step 14: Enter name and click on Invoke button.
Step 15: Now check your Microsoft dynamics CRM, go to Sales, then Contacts and it will insert the contact details in CRM.
You can use this service in your website contact page and insert the contact details in Microsoft Dynamics CRM.
This will help your organization to manage the sales lead.