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

522 Views Asked by At

If this is possible, where is the best way?

Creating a SharePoint project or app?

Thanks for help-me!

1

There are 1 best solutions below

0
On BEST ANSWER

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.