I am having 3 tasks in my project : Task1,Task2,Task3. Now I want to insert subtask in Task2 i.e., Task2.1.
For this i set the values of TASK_OUTLINE_LEVEL as 2 then TASK_OUTLINE_NUM as 2.1 and also given the Task ID of Task2 as parent ID but still the task is getting inserted in Task3 and its parent ID gets changed to Task ID of Task3 and TASK_OUTLINE_NUM is getting changed to 3.1.
Why i m getting this behaviour? Am I doing anything wrong ?
Also in project server schema for Task dataset tells that TASK_OUTLINE_NUM,TASK_PARENT_UID are read-only so how to insert hierarchical data for task in project ?
Thank you in advance.
Ajinkya