Currently using 2016 online CRM. In my organisation, I need a webservice to create a contact in CRM based on details from external website form. Simply I want to integrate CRM with my website contact form using SOAP webservices. I can able to see .svc format services only. But .asmx format is required to use it in my Website form. How can I get that URL, Is that supported by CRM 2016?
*This post is locked for comments
You can use the following SPA example with adal.js in html.
You need to get a client id for your application by registering in the same tenant as your crm.
Please find the sample code:
Hi Ranjith ,
Can your external website call an .aspx page link?if it can you can create a .aspx link with the input parameters and can share with external application.
It needs to be hosted on your server and should be accessible to your third party application.
Please mark as verified if this helps you.
The contact form is in HTML and using JS.
Hi,
When you're coding against CRM, you can either use the SDK and the Organization Service (msdn.microsoft.com/.../gg309449.aspx) or if you don't want to rely on the SDK you can use WebAPI (msdn.microsoft.com/.../mt593051.aspx).
Hope this helps! I'd appreciate if you'd mark this as Answering your question.
Thanks,
Aiden
Hi,
if you are using .NET there, you could simply use Dynamics SDK as per the sample here:
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156