Sometimes 2 task have dependency for Starting, and different dependency for finishing.
How can I solve this problem ?
Example :
Task A
Task B
Case 01:
A start, then B can follow to Start. (Start-to-Start)
A finish, then B can follow to Finish. (Finish-to-Finish)
Case 02:
A Start, then B can follow to Start. (Start-to-Start)
A cannnot finish, until B finish. (Finish-to-Finish)
I want to setup it to: I extend B's finished day, A can automaticly delay. BUT both start day is fixed.
There are still different problem when I send dependancy, but I think just list this two cases is enough.
Thanks.
How can I solve this problem ?
Example :
Task A
Task B
Case 01:
A start, then B can follow to Start. (Start-to-Start)
A finish, then B can follow to Finish. (Finish-to-Finish)
Case 02:
A Start, then B can follow to Start. (Start-to-Start)
A cannnot finish, until B finish. (Finish-to-Finish)
I want to setup it to: I extend B's finished day, A can automaticly delay. BUT both start day is fixed.
There are still different problem when I send dependancy, but I think just list this two cases is enough.
Thanks.