The New Disciplinary Action page hosts the disciplinary record 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/employee-relations/disciplinary/new.
Overview
The New Disciplinary Action page rendersDisciplinaryFormPage in create mode (HR-14). On successful submission, the user is redirected to the disciplinary list at /hr/employee-relations/disciplinary. Disciplinary records are confidential workforce data and may contain sensitive employee information.
Who it’s for
No explicit permission gate on this route.Before you start
- Confirm the employee’s record exists in the system.
- Gather incident documentation before opening the form.
Steps
- Navigate to
/hr/employee-relations/disciplinary/newor choose New Disciplinary Action from the disciplinary list. - Complete all required fields in the form.
- Submit; on success you will be returned to the disciplinary list.
Key concepts
- Disciplinary Action — A formal HR record documenting a workplace conduct or performance issue and the corrective response taken.
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/employee-relations-routes.tsx
- src/cores/hr/employee-relations/pages/DisciplinaryFormPage.tsx
- src/cores/hr/employee-relations/pages/DisciplinaryListPage.tsx