The New Action Plan page hosts the action plan creation form and is available atDocumentation 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/new.
Overview
The New Action Plan page rendersActionPlanFormPage in create mode. It provides a form for entering the details of a new engagement action plan. On successful submission the user is redirected back to the action plans list at /hr/engagement/action-plans. This route is part of the HR-17 Employee Engagement module.
Who it’s for
No explicit permission gate on this route. Users who can navigate to the engagement action-plans section in the HR core can access this page.Before you start
- Navigate to the parent list at
/hr/engagement/action-plansto see existing action plans before creating a new one. - Identify the owner and any linked engagement survey if applicable.
Steps
- Navigate to
/hr/engagement/action-plans/newor choose New Action Plan from the action plans list. - Complete the action plan form fields.
- Submit the form; on success you will be returned to the action plans list.
Key concepts
- Action Plan — A documented set of steps or initiatives created in response to engagement data or organizational improvement goals.
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/useActionPlanMutation.ts