Answered by:
Connection from ASPX to CRM Online

Question
-
Hi,
I have a Microsoft Dynamics CRM Online 2011 and I want to make a connection from an aspx file to my CRM, like a customer portal but developed by me. How can use the crmservice or another method to do this? Can anybody a litle sample code o something for this.
Thanks.
Tuesday, February 21, 2012 12:11 AM
Answers
-
It's similar to the onpremise connection, you can generate early bound entity classes by using the CrmSvcUtil.exe tool and add that to your project. See more: http://msdn.microsoft.com/en-us/library/gg327844.aspx
Also, download the sdk, there are plenty of examples on what you need to do. You will need to use the deviceIdManager when working with CRM online
- Edited by iSite-BS Tuesday, February 21, 2012 5:07 PM
- Marked as answer by Mario Muñoz Ibarra Friday, March 2, 2012 5:19 PM
Tuesday, February 21, 2012 4:29 PM
All replies
-
Hi Mario, check out the Portal Walkthroughs. This will show you how to get started with CRM Portal development: http://msdn.microsoft.com/en-us/library/gg695806.aspxTuesday, February 21, 2012 4:04 PM
-
Hi iSite, thanks for your answer, but the Portal Walkthroughs show CRM Portal development in a CRM on-premises version. I'm trying to do the same but on CRM Online version, do you know any method to do this?
Mario MI
Tuesday, February 21, 2012 4:14 PM -
It's similar to the onpremise connection, you can generate early bound entity classes by using the CrmSvcUtil.exe tool and add that to your project. See more: http://msdn.microsoft.com/en-us/library/gg327844.aspx
Also, download the sdk, there are plenty of examples on what you need to do. You will need to use the deviceIdManager when working with CRM online
- Edited by iSite-BS Tuesday, February 21, 2012 5:07 PM
- Marked as answer by Mario Muñoz Ibarra Friday, March 2, 2012 5:19 PM
Tuesday, February 21, 2012 4:29 PM -
Thank you iSite, I can do the connection to a CRM Online using the CrmSvcUtil.exe and DeviceRegistration tool.
Best regards...
Mario MI
Friday, March 2, 2012 5:19 PM