In Celoxis, there are two ways by which you can add task dependencies within the same project.
1. By manually entering the ID of the predecessor task:
- Go to your project.
- Select the Interactive Gantt View from the view drop down, if its not already selected.
- Select the Columns button from the toolbar and add the Predecessor column to the grid.
- Select Select the task for which you need to add a predecessor and type the ID of the predecessor task in its Predecessor cell. The default dependency type is finish-to-start (FS). You can also indicate alternate dependencies to (e.g. FF or SS) to model your project realistically.
- You can also indicate lead or lag times using square brackets. For example: 5[-3d] indicates a predecessor (ID 5) with a 3 days lead time. 8[+4h] indicates a predecessor (ID 8) with a 4 hours lag time.
- Task dependencies within the same project are visually depicted using dependency links on the Gantt Chart view.
...
Tip |
---|
|
To enter inter-project dependency, you need the System ID of the project. This can be found on the Project Details page. So, the dependency you set in the predecessor column will look like 147497:34FF[5d]
...