Skip to main content

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

  1. Click the Details button in the main toolbar.
  2. The panel slides up from the bottom of the grid area.
  3. Click any activity row to populate the panel.
  4. 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:

FieldDescription
Activity IDUnique identifier
Activity NameDisplay name
Activity TypeTask Dependent, Resource Dependent, Level of Effort, Start Milestone, Finish Milestone
WBSWork Breakdown Structure path
CalendarAssigned calendar name
Original DurationPlanned duration
Remaining DurationDuration remaining
Percent CompletePhysical or duration percent complete
Primary ConstraintConstraint type and date
Secondary ConstraintSecondary 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:

FieldDescription
StatusNot Started, In Progress, or Complete
Actual StartWhen the activity actually started
Actual FinishWhen the activity actually finished
Physical % CompletePhysical progress percentage
Duration % CompleteDuration-based progress percentage
Suspend DateIf the activity was suspended
Resume DateIf the activity was resumed

Predecessors

Lists all predecessor relationships for the selected activity:

ColumnDescription
Activity IDPredecessor activity ID
Activity NamePredecessor activity name
Relationship TypeFS, SS, FF, or SF
LagLag 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:

ColumnDescription
Resource IDUnique resource identifier
Resource NameDisplay name
Resource TypeLabour, Material, or Equipment
Budgeted UnitsPlanned quantity
Actual UnitsConsumed quantity
Remaining UnitsQuantity still to deliver
Budgeted CostPlanned cost
Actual CostIncurred 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.