Predecessors Field

J

Joe Mitchel

I have a C# application that is using the PSI to pull some data from a
project in a project server database. I've been able to figure out
how to get all of the typical data and custom fields, but I can't seem
to figure out how to get the predecessors.

When I look at the project in MS Project, this field will often show
multiple task ids. How do I load them.

I'm using Project Server 2007.
 
S

Stephen Sanderlin [MVP]

You want to use the information stored within the Dependency table of
the ProjectDataSet:
http://msdn.microsoft.com/en-us/library/websvcproject.projectdataset.dependencyrow.aspx.

--
Stephen Sanderlin, Project MVP
VP of Technology
MSProjectExperts

For Project Server Consulting: http://www.msprojectexperts.com
For Project Server Training: http://www.projectservertraining.com

Read our blog at: http://www.projectserverhelp.com

Learn | Connect | Grow @ The Microsoft Project Conference
Phoenix, AZ R September 14-17, 2009
 

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