George,
To see the last published date for any project you can simply add the Last Published field to a project center view of your choice. Everyone, regardless of role in the project server can see their projects in the project center view.
I didn't even realize it was an available field until you asked about it. Thanks for asking the question.
If you're interested in where this comes from in the database you can find it in the MSP_WEB_PROJECTS table and the WPROJ_LAST_PUB field specifically. This SQL will give you the idea:
SELECT WPROJ_ID, PROJ_NAME, WPROJ_LAST_PUB
FROM MSP_WEB_PROJECTS
Good luck!
Earl
Earl,
I am referreing to Publish through the "Collaborate" function (project
spooler)... Thanks for your reply....
George