简体   繁体   English

我可以将SharePoint 2013列表与Project Server 2013列表同步吗? C#或JavaScript API?

[英]Can I sync a Sharepoint 2013 List with Project Server 2013 List? C# or JavaScript API?

If this is possible, where is the best way? 如果可能的话,最好的方法在哪里?

Creating a SharePoint project or app? 创建SharePoint项目或应用程序?

Thanks for help-me! 感谢您的帮助!

You could certainly do it through custom code. 您当然可以通过自定义代码来实现。 One option would be to write a event receiver on the SharePoint list that would update the Project Server list using the Project Server API . 一种选择是在SharePoint列表上编写一个事件接收器 ,该事件接收器将使用Project Server API更新Project Server列表。 This would give you one way syncing from SharePoint to Project Server, if you want to do two way syncing you would need to create a event handler on the Project server side that would make a call to SharePoint to save the changes back. 这将为您提供一种从SharePoint同步到Project Server的方法,如果您想进行两种同步,则需要在Project服务器端创建一个事件处理程序,该事件处理程序将调用SharePoint以保存更改。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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