質問

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top