how do I access the issues list in PWA?

M

MillicentMM

I need to write a report on all the issues in the Issues list in Project Web
Access. What would be the best way to do that? Should I use the PDS or wss
API?
 
E

Ed Morrison

You can write a SQL query against the WSS database. The Issue data is
stored in the UserData table.
 
Top