Administrative Report

R

Ranj

Hi Friends,

I have to generate an Administrative Report/View, Which should
consists of details like, all the deleted projects.... Is there
anyfield through which i can get details of deleted projects.

Any Help Appriciated.

Thanks,
Ranjan
 
R

Ray McCoppin

Deleted projects at not tracked in the Project Server Database. You would
need to build a trigger on the project delete and write a record to a custom
database and table.

Hope this helps.
 
A

Adnan

Ray is right. I will just add one more comment on this.
In Office Project Server 2007, Microsoft has Introduced Eventing
service, which provides a mechanism to extend Project Server by adding
new business logic. There are list of events available at which you
can hook your code, like Project Deleteing, Deleted, Publishing etc
and write your code based on your requirement.

More information can be found at:
http://msdn2.microsoft.com/en-us/library/ms481079.aspx

Thanks

Adnan Ahmed
IW Solutions Consultant
Owner: http://www.projectservergurus.com/
Blog: http://www.projectservergurus.com/adnan/
 
R

Ranj

Ray is right. I will just add one more comment on this.
In Office Project Server 2007, Microsoft has Introduced Eventing
service, which provides a mechanism to extend Project Server by adding
new business logic. There are list of events available at which you
can hook your code, like Project Deleteing, Deleted, Publishing etc
and write your code based on your requirement.

More information can be found at:http://msdn2.microsoft.com/en-us/library/ms481079.aspx

Thanks

Adnan Ahmed
IW Solutions Consultant
Owner:http://www.projectservergurus.com/
Blog:http://www.projectservergurus.com/adnan/







- Show quoted text -

Thanks Ray/Adnan for your reply.If i do that way,will i be able to
pull it up in PWA like View/Report.
 
Top