Activity Details
Available in: All plans
Last updated: 27-Feb-2026
Overview
The Activity Details panel is a docked panel that appears below the grid when you click the Details button in the toolbar. It displays comprehensive information about the currently selected activity across nine specialised tabs.
Select any row in the grid and the details panel updates instantly to show that activity's data.
Opening the Panel
- Click the Details button in the main toolbar.
- The panel slides up from the bottom of the grid area.
- Click any activity row to populate the panel.
- Click Details again to close the panel.
You can also press Ctrl + D (when not in edit mode) to toggle the panel.
Tabs
The panel provides nine tabs. Each tab focuses on a specific aspect of the selected activity.
General
Displays the core properties of the activity:
| Field | Description |
|---|---|
| Activity ID | Unique identifier |
| Activity Name | Display name |
| Activity Type | Task Dependent, Resource Dependent, Level of Effort, Start Milestone, Finish Milestone |
| WBS | Work Breakdown Structure path |
| Calendar | Assigned calendar name |
| Original Duration | Planned duration |
| Remaining Duration | Duration remaining |
| Percent Complete | Physical or duration percent complete |
| Primary Constraint | Constraint type and date |
| Secondary Constraint | Secondary constraint type and date (if any) |
General (Simple)
A simplified version of the General tab with fewer fields. Useful for schedules with minimal metadata.
Status
Shows progress and earned value fields:
| Field | Description |
|---|---|
| Status | Not Started, In Progress, or Complete |
| Actual Start | When the activity actually started |
| Actual Finish | When the activity actually finished |
| Physical % Complete | Physical progress percentage |
| Duration % Complete | Duration-based progress percentage |
| Suspend Date | If the activity was suspended |
| Resume Date | If the activity was resumed |
Predecessors
Lists all predecessor relationships for the selected activity:
| Column | Description |
|---|---|
| Activity ID | Predecessor activity ID |
| Activity Name | Predecessor activity name |
| Relationship Type | FS, SS, FF, or SF |
| Lag | Lag duration in work days |
Successors
Lists all successor relationships for the selected activity, with the same columns as Predecessors.
Relationships
Combined view of both predecessors and successors in a single table. Each row indicates its direction (Predecessor or Successor).
Resources
Lists all resource assignments for the activity:
| Column | Description |
|---|---|
| Resource ID | Unique resource identifier |
| Resource Name | Display name |
| Resource Type | Labour, Material, or Equipment |
| Budgeted Units | Planned quantity |
| Actual Units | Consumed quantity |
| Remaining Units | Quantity still to deliver |
| Budgeted Cost | Planned cost |
| Actual Cost | Incurred cost |
User Fields
Displays all User Defined Fields (UDFs) assigned to the activity. Each row shows the field name, data type, and current value.
Codes
Displays all Activity Code assignments. Each row shows the code type (e.g., Phase, Area, Responsibility) and the assigned code value.
Resizing
Drag the top edge of the panel to resize its height. The minimum height is 150 px. Double-click the top edge to reset to the default height (300 px).
Data Context
The panel is powered by a shared data context (ActivityDetailsDataContext) that provides seven data slices: general, meta, status, relationships, resources, userFields, and codeGroups. This ensures all nine tabs render from the same data snapshot without redundant lookups.
Related Pages
- Activities Grid — Grid overview and toolbar
- Inline Editing — Edit values directly in cells
- Relationship Editor — Edit relationships in the editor
- Resource Editor — Edit resource assignments