Skip to main content
The Succession Plans page lists all succession plans with filter controls for status and priority. Users can create new plans from a dialog. It is served at route /hr/succession/plans.

Overview

The page renders SuccessionPlanCard components in a responsive grid, filtered by the selected status and priority values. A “New Plan” button opens SuccessionPlanForm in a dialog. Plan count is displayed below the page title. This page is part of the HR-16 Succession Planning & Talent Management feature.

Who it’s for

Access follows your organization’s role and module configuration. ## Before you start
  • Navigate from the Succession Planning dashboard at /hr/succession or directly.

Steps

View plans
  1. Navigate to HR > Succession > Plans or go to /hr/succession/plans.
  2. Use the Status and Priority filter dropdowns to narrow the list.
  3. Click a plan card to open the detail view.
Create a plan
  1. Click New Plan (top right).
  2. Complete the succession plan form and save.

Key concepts

Human Resources

Human Resources core overview.

Governance & parity

This page documents shipped product behavior. It is not medical, legal, or billing advice. Verify against your organization’s policies and applicable regulations before using it for clinical, compliance, or billing decisions. Protected health information (PHI) shown in the product is governed by your tenant’s access controls and is never exposed in this documentation.
  • src/routes/hr/oversight-analytics-succession-routes.tsx
  • src/cores/hr/succession/pages/SuccessionPlanListPage.tsx
  • src/cores/hr/succession/hooks/useSuccessionPlanList.ts