E
Esfer
Hi!!
I'm trying to improve a little application to show resource's assignments
for current TimeSheet.
Now I can show each project and every task on it but I can't know the real
"task tree" (their parents, grandparents... etc) and I have to show all of
them at the same level (every task is son of the project...).
For example if I have this project with these tasks:
-Test Project
--Public
---Main Page
---Info Page
--Private
---Admin Page
---Info Page
---Admin Forum
When I show this I just can take:
-Test Project
--Main Page
--Info Page
--Admin Page
--Info Page
--Admin Forum
So I'm loosing that tree...
I'm getting data from TimeSheet through PSI and I can take TaskUID so I
expected to complete the tree by myself getting all data from Project (with
ReadProject() I can take TaskParentUID and every "level" data is accesible).
My problem is that some TimeSheet TaskUID seems to be different than Project
TaskUID :-( (and they are the same Task, same name, same project...).
Does anybody know how to make it work? Is there any relation between those
TaskUID (I think they should be the same :-S). Should I take this data other
way?
Thanks in advance!! ;-)
I'm trying to improve a little application to show resource's assignments
for current TimeSheet.
Now I can show each project and every task on it but I can't know the real
"task tree" (their parents, grandparents... etc) and I have to show all of
them at the same level (every task is son of the project...).
For example if I have this project with these tasks:
-Test Project
--Public
---Main Page
---Info Page
--Private
---Admin Page
---Info Page
---Admin Forum
When I show this I just can take:
-Test Project
--Main Page
--Info Page
--Admin Page
--Info Page
--Admin Forum
So I'm loosing that tree...
I'm getting data from TimeSheet through PSI and I can take TaskUID so I
expected to complete the tree by myself getting all data from Project (with
ReadProject() I can take TaskParentUID and every "level" data is accesible).
My problem is that some TimeSheet TaskUID seems to be different than Project
TaskUID :-( (and they are the same Task, same name, same project...).
Does anybody know how to make it work? Is there any relation between those
TaskUID (I think they should be the same :-S). Should I take this data other
way?
Thanks in advance!! ;-)