Difference between a Project and SubProject

D

Dheeraj Singh

I am trying to get the details of the Project mainly it's task thru SOAP, I
am passing:

<Request>
<ProjectData>
<ProjectName>Test Project</ProjectName>
<ReturnUIDs>1</ReturnUIDs>
</ProjectData>
</Request>

as a SOAP request, I am able to get the details of tasks, the main problem
is it showing the sub-project under the task tag. I have tried all the way to
find out the tag for sub-project, but I am not able to get thru.

Please give me some details how to trace out sub-project's from task tag.

Thanks for any help.
 
J

JackD

In a master project, a sub project is represented as a sort of a task. You
will need to find the name/ID of the subproject and then query for that. I
haven't done this for quite a long time so I have forgotten the details, but
take a look and see what you can get from the "subproject task". It should
be enough to get you to the real subproject.
 

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