Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Edit Action Plan page provides a form for updating an existing engagement action plan. It is available at route /hr/engagement/action-plans/:id/edit.

Overview

The page renders ActionPlanFormPage with the id param present, placing it in edit mode (isEditMode = true). The existing action plan is fetched via useActionPlanDetail. On successful update, a success toast is shown and the user is navigated back to the detail page. The form is rendered by ActionPlanForm.

Who it’s for

No explicit permission gate on this route. Data is scoped to the current organization.

Before you start

  • The action plan must exist. Navigate from /hr/engagement/action-plans/:id and click the edit action.

Steps

1

Open the edit form

From an action plan detail page at /hr/engagement/action-plans/:id, click the edit action. You land on /hr/engagement/action-plans/:id/edit.
2

Modify fields

Update any action plan fields in the form. Required fields must be filled before submitting.
3

Save changes

Submit the form. A success toast confirms the update and you are returned to the detail page.

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/engagement-routes.tsx
  • src/cores/hr/engagement/pages/ActionPlanFormPage.tsx
  • src/cores/hr/engagement/hooks/useActionPlanDetail.ts