The Edit Action Plan page provides a form for updating an existing engagement action plan. It is available at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/engagement/action-plans/:id/edit.
Overview
The page rendersActionPlanFormPage 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/:idand click the edit action.
Steps
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.Modify fields
Update any action plan fields in the form. Required fields must be filled before submitting.
Related
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.
Documentation sources
Documentation sources
- src/routes/hr/engagement-routes.tsx
- src/cores/hr/engagement/pages/ActionPlanFormPage.tsx
- src/cores/hr/engagement/hooks/useActionPlanDetail.ts