How 2 track who changed the schedule

B

Bill Meacham

Is there a way to identify who has made changes to a project stored on
Project Server? In other words, if more than one person has access to the
schedule via the Project desktop application, does the system log who made
changes and when?
 
S

Sumant

Bill,

I am not sure if a history is maintained, but you can always get the details
of last read/write access for any project by querying MSP_Projects table for
following fields..
-- PROJ_MACHINE_ID
-- PROJ_CHECKOUTBY
-- PROJ_CHECKOUTDATE

If you want to maintain history, I think, you can create trigger for this
table and audit changes in these fields.

Hope this helps..
-Sumant
 
Top