Before/After Publish Events

D

Dan

Is there any way of trapping the Publish event. I have not been able to find
any events for this in the MSP object model.

We have some information in our notes that I would like not to be published
to Project Server. I would like to strip them out in a ProjectBeforePublish
event and place the information back in a ProjectAfterPublish event.

I do know about subclasses so I would be willing to try that as well if it
would help.

Thanks,
Dan
 
R

Rod Gill

Hi,

Try storing that data in a custom field because even if you add the data
back into the notes after publishing, the data is still saved into Project
Server. There isn't a before publish event that I've seen.
 
Top