Hi Folks,
I am trying to create predecessors task where the task have the parent ID.

How to create it through baseline or XML Br can someone guide me.
Hi Folks,
I am trying to create predecessors task where the task have the parent ID.
How to create it through baseline or XML Br can someone guide me.
Hi
Create an XML BR
Below is an XML that can be used as a reference.
<update_task_predecessor_xref>
<task_predecessor_xref>
<task_id>@task_id</task_id>
<task_id_predecessor>@task_id_predecessor</task_id_predecessor>
<predecessor_type>SS/FS/SF/FF</predecessor_type>
<insert is_initialized="False" />
</task_predecessor_xref>
</update_task_predecessor_xref>
Cheers!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.