Read Task data

E

Esfer

Hi!!

I'm loading task data through PSI with ReadProject method...

This returns a DataSet with every task in the project and I must search
inside to find the chosen task. Is there any method to ask for a concrete
task with that taskUID?

Thanks ;-).
 
R

Ray McCoppin

There is not a way to do directly that I am aware of. But once you have the
project data set you can use a data view with a SQL query to get just the
task you want from the project dataset tasks table.

Hope this helps.
--
Ray McCoppin

http://www.randsmanagement.com
SRS gantt charts
Project Server 2007 Archive Tool
 
E

Esfer

That's the way I was doing it but I wanted to be sure it was the best way ;-).

Thanks!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top