This forum is closed. Thank you for your contributions.
Hi all,
I would like to update a projectserver custom field which i know the projectuid . This has to done in the project publishing event. Coudl you please share some code snipets for the same
Hi sabithad,
In your Event Handler you can use the PSI to update a specific Project Custom Field.
You can find an example in following post:
http://stackoverflow.com/questions/9421313/setting-custom-fields-using-the-psi-microsoft-project-server
Hope this helps