Reputation: 57
Good afternoon all,
I've been tasked with the integration of our Company's Microsoft Dynamics CRM and SharePoint 2013. I have found plenty of helpful ways to pull SharePoint data TO the CRM, and I've also been successful in pushing data from the CRM to SharePoint, although the latter is not working as desired.
When pushed to SharePoint, displays like so:
My goal is to sync our accounts and contacts from the CRM to a list on SharePoint as list items. Thus far I've only been able to push the data and create folders on the SharePoint with the same names (See above). The SP list can be as simple as just the Name field for Accounts.
My other problem is the fact that I have to manually push the CRM data to the SharePoint list when creating new accounts on the CRM. Is there a way to automate this? First thoughts are a workflow on the CRM that syncs when a new account is created.
TL/DR Summary:
Upvotes: 0
Views: 1175
Reputation: 107
I have integrated CRM online with both On-Premise sharepoint and Office 365 using BCS and an OData wrapper that consumes the CRM web services. what exactly is your requirements with the integration? to just have a list of accounts/other data, or something more?
Edit: in this blog: http://blogs.msdn.com/b/girishr/archive/2013/05/13/connecting-sharepoint-online-and-crm-online-using-bcs-2013-edition.aspx
He references the CRM SDK where there is a sample webappwalkthrough solution. set it up to your needs and deploy it somewhere. then create a sharepoint hosted app in visual studio and create an external content type in there pointing to the odata source you just created. extract the ect file out of the project and upload it to the BCS service application and create an external list that uses that external content type. you should be good to go. there are a lot of steps so reply if you get stuck.
Upvotes: 1