简体   繁体   中英

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?

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 . 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.

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