Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Submitting Web Forms to Dynamics CRM

  • 06-07-2011 1:46pm
    #1
    Registered Users, Registered Users 2 Posts: 246 ✭✭


    I’m relatively new to CRM. I’ve been tasked with creating some forms to sit on our intent site. The forms will be submitted to our internal CRM (2011) system. No login or user registration is required for the forms.

    I had a look at the CRM base portal toolkit (http://msdn.microsoft.com/en-us/library/gg695814.aspx) and the Customer Portal accelerator (http://customerportal.codeplex.com/) . . I’m not 100% sure when to use each one. I am wondering is over kill to use the customer portal for simple web forms. Can I just do some basic dot net web forms that submit to an internal CRM Services?


Comments

  • Registered Users, Registered Users 2 Posts: 2,793 ✭✭✭John_Mc


    floyd333 wrote: »
    I’m relatively new to CRM. I’ve been tasked with creating some forms to sit on our intent site. The forms will be submitted to our internal CRM (2011) system. No login or user registration is required for the forms.

    I had a look at the CRM base portal toolkit (http://msdn.microsoft.com/en-us/library/gg695814.aspx) and the Customer Portal accelerator (http://customerportal.codeplex.com/) . . I’m not 100% sure when to use each one. I am wondering is over kill to use the customer portal for simple web forms. Can I just do some basic dot net web forms that submit to an internal CRM Services?

    I haven't played around with the CRM 2011 web services yet, but I am tinkering with CRM 4.0 for a project (on premise configuration) at work at the moment. The CRM Server is in 'on premise' configuration mode.

    To use the service you first need to authenticate as an active directory user account (using the Discovery Service). You then use the authentication token returned to instantiate the CRM Service.

    Once that's done it's straightforward stuff and you should have no problem with CRUD for contacts, activities, cases etc using the CRM SDK.

    johnmcavinue.ie


Advertisement