문제

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