简体   繁体   中英

Sync Microsoft Dynamics CRM Data with SharePoint 2013

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.

CRM Test Data: CRM测试数据



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:

  • Need the CRM to create list items within a matching list on SharePoint
  • SharePoint only needs to have read abilities from the CRM
  • CRM data needs to refresh/sync to the SharePoint list automatically

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM