D
DDDDDD
I have a question related to the recourses and task dependency.
If I have the following task
Tasks Predecessor Resource
TaskA Res1
TaskA.1 TaskA Res2
TaskA.2 TaskA.2 Res1
TaskB TaskA Res1
TaskB.1 TaskB Res2
TaskB.2 TaskB.1 Res1
TaskX.1 TaskX Res1
So, I need Res1 to start in taskB before taskx.1 but the MS schedule is
starting in taskX.1 after taskA for Res1
So, my question is how can I control the priority of tasks for the tasks
assigned to a certain(one) resource?
If I have the following task
Tasks Predecessor Resource
TaskA Res1
TaskA.1 TaskA Res2
TaskA.2 TaskA.2 Res1
TaskB TaskA Res1
TaskB.1 TaskB Res2
TaskB.2 TaskB.1 Res1
TaskX.1 TaskX Res1
So, I need Res1 to start in taskB before taskx.1 but the MS schedule is
starting in taskX.1 after taskA for Res1
So, my question is how can I control the priority of tasks for the tasks
assigned to a certain(one) resource?