Task costs from PDS in 2003

P

pmarchwiak

Is it possible to get the cost fields for a task (cost, ActualCost,
RemainingCost, etc.)using the PDS or is the only option to go against the
database? If so, which table should I use?

Thanks.
 
R

Rod Gill

You may be able to, but remember PDS for Project Server 2003 has been
completely replaced by PSI in Project Server 2007. It will therefore be
better to create a View in the Project Server database to read from the
MSP_VIEW tables. When you finally upgrade to the next version of Project
Server, simply update your View to read from the tables in the next version
and your code will continue to work.

--

Rod Gill
Microsoft MVP for Project

Author of the only book on Project VBA, see:
http://www.projectvbabook.com
 
Top