Question

If this is possible, where is the best way?

Creating a SharePoint project or app?

Thanks for help-me!

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top