Another Great post, though a little late but yes desperately wanted, how to hook up your custom actions when a user hits save button on PDP page, typical scenario, you want to capture additional custom data and dont want to use Enterprise Custom Field for everything (Practically not possible) 🙂
So here you go read this article : http://blogs.msdn.com/b/husainzgh/archive/2011/08/01/hooking-into-the-project-detail-page-ribbon-save-button-without-overriding-out-of-box-functionality-in-project-web-access-for-project-server-2010.aspx
Hello, do you know how to cancel saving in that solution? I would like to do some validation and cancel save after that. Is it possible?
it can be done with extending the solution as mentioned in the save button, however there could be another way by using event handler(project summary publish) wherein you can do validation and cancel the save if doesn’t passes the validation