Reputation: 1
I need some help with my project. The development consits on an Android App, which connects Microsoft Dynamics CRM web service, and collects data from previously created Contacts. Then, the user can see info, send email or call to the Contact selected.
My questions are:
Is it necessary to run a Microsoft Server for this link between Dynamics and App ? Somehow without having to use this? I just want to collect Contact data.
I'm using this app as a template / reference / tutorial :
https://github.com/DynamicsCRM/Android-Activity-Tracker-for-Dynamics-CRM
Thank you for your attention.
Upvotes: 0
Views: 508
Reputation: 308
Why are you using CRM 4? If it was more current version of CRM then you would most likely have an online version in which microsoft azure has plenty of tutorials where you can connect your CRM to azure then to your application. Xamarin is now owned by Microsoft and they have a sample application https://github.com/xamarin/app-crm
Upvotes: 0