Sheet_Gantt_Project_with_Hard_Deadline
Track and manage projects with fixed deadlines using a Gantt-style layout in this Smartsheet table.
Columns
| Name | Type | ReadOnly | References | Description |
| RowId [KEY] | String | False |
A unique identifier for each row, used to reference the specific task or item in the API. | |
| At Risk | Boolean | False |
Indicates whether the task is at risk of missing its deadline or completion target. | |
| Task Name | String | False |
The name or title of the task, used for identifying and tracking work items. | |
| Start Date | Datetime | False |
The planned start date and time for the task, critical for scheduling and dependencies. | |
| End Date | Datetime | False |
The planned end date and time for the task, representing its deadline or completion target. | |
| Assigned To | String | False |
The name or unique identifier of the person or team assigned to complete the task. | |
| Status | String | False |
The current status of the task (for example, Not Started, In Progress, Completed). | |
| Duration | String | False |
The total time allocated for the task, typically measured in days or hours. | |
| % Complete | String | False |
The percentage of the task that has been completed, useful for tracking progress. | |
| Predecessors | String | False |
Specifies tasks that must be completed before this task can start, helping to define dependencies. | |
| Comments | String | False |
Additional notes or information about the task, often used for collaboration or clarification. |