Link to home
Start Free TrialLog in
Avatar of ITsolutionWizard
ITsolutionWizardFlag for United States of America

asked on

Dynamic CRM 2016 Cloud

We just sign up CRM 2016 Cloud Two questions.

1. How do i enable the API? We want to write/read the CRM database. Please send us step by step instruction.
2. I am asp.net developer, can you show me what I need to do get start development. I basically just need to create
web form and iframe in crm.

Thanks,
Avatar of John-Paul
John-Paul

I am new to Microsoft Dynamics however, I saw this question unanswered so I want to try and help.  Please visit https://technet.microsoft.com/en-us/library/jj191622.aspx for more information on MS Dynamics.
Avatar of Rikin Shah
Hi,

1. How do i enable the API? We want to write/read the CRM database. Please send us step by step instruction.

A. APIs are already enabled once you have CRM organization enabled. You can access them through Settings -> Customization -> Developer Resources.

All the Web Services can be accessed through SDK you can download from MS site. SDK Link.

2. I am asp.net developer, can you show me what I need to do get start development. I basically just need to create web form and iframe in crm.

A. As you're an asp.net developer, you must be aware of JavaScripts and HTML/5. For what you require here to create an iframe web form, you will need to create HTML/5 web resource (Search for "Web Resource" in SDK) and host it on iframe somewhere in CRM or entity form.

You will need to go through CRM JavaScript. Get some ideas of how to access CRM DB through SDK and let us know if you have any doubts. We'll be happy to help.
ASKER CERTIFIED SOLUTION
Avatar of Rikin Shah
Rikin Shah
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial