I have a windows application which uses PSI Web Service to create SubTasks
in Project Server 2007 projects. Is there a way to roll up those tasks
programatically? I tried setting the TASK_IS_ROLLED_UP property to true, but
that does not roll up the tasks. Is there any way I can achieve this? Any
help will be appreciated!
Here's how the hierarchy looks like:
Existing Task 1
Automated Task1 --- needs to be rolled up
Auto Sub Task1
Auto Sub Task2
....n tasks
Sorry, I am new to Project Server. By rollup, I mean minimized by default
when I open the project. In short, I want to achieve the same result we get
when we use
'outlineindent' in VBScript.