project子项目之间任务关联,在ProjectServer 2013中的项目中插入子任务

在项目管理中遇到子任务插入错误,当尝试将Task2.1作为Task2的子任务插入时,任务被错误地插入到Task3下并更改了父任务ID和大纲编号。尽管 TASK_OUTLINE_NUM 和 TASK_PARENT_UID 在数据库中为只读,但依然需要找到正确的方法来插入层次数据。解决方案提到使用`newTask.AddAfterTaskUID=taskPred;`来正确插入子任务。
摘要由CSDN通过智能技术生成

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

解决方案Hello,

you need to do this:

newTask.AddAfterTaskUID=taskPred;

Cheers

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值