PDS method for percentage complete

E

Eric

I'm planning to create a webpart that summarizes a status of a project using
PDS, howeverthe ProjectStatus method does not return the percantage complete
or actual work of the project.

It (percentageComplete) is returned however in a task method.

Is it possible to get the percentage complete or actual work of a project?

any help on here?
 
R

Rod Gill

Check the Unique ID's returned. Task id 0 is the project summary task and so
does reflect % duration complete for the project.
 
E

Eric

I got it, i used the ProjectData method and it returns all the Tasks however
there's no status or result for Task 0 (zero). Do i need to create my own
PDS Extender? Can anyone send me a sample code on how to create my own PDS
Method in C#?

Send it at eric_anacay(AT)yahoo.com
 
R

Rod Gill

MSDN has some articles and there are more in the Project resources kit.

In the database, Task 0 for every project is always the project summary
task.
 

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