Can I use javascript to create an opportunity?
*This post is locked for comments
Can I use javascript to create an opportunity?
*This post is locked for comments
Hi Stephanie,
See the link below. It describes how to set values of all data types for creating a record using web API in javascript.
community.dynamics.com/../set-values-of-all-data-types-using-web-api-in-dynamics-crm
Hope this helps.
Hi,
In CRM you can use Web API for CRUD operations, you don't need to authenticate requests. Outside CRM you need Microsoft NTLM authentication over HTTP requests. Github provides JS for same, you might want to try this
Best Regards,
Abhishek
yes you can!
CRUD operation samples: http://scaleablesolutions.com/crud-operations-using-microsoft-dynamic-crm-web-api/
There is an example for "contact" here:
msdn.microsoft.com/.../mt770365.aspx
But you can modify it to do the same for the "opportunity"
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,399
Most Valuable Professional
nmaenpaa
101,156