The New Investigation page hosts the investigation 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/investigations/new.
Overview
The New Investigation page rendersInvestigationFormPage in create mode (HR-14). On successful submission the user is returned to the investigations list at /hr/employee-relations/investigations. Investigation records are sensitive employee relations data.
Who it’s for
No explicit permission gate on this route.Before you start
- Gather all available information about the matter being investigated before opening the form.
- Confirm that the involved employees’ records exist in the system.
Steps
- Navigate to
/hr/employee-relations/investigations/newor choose New Investigation from the investigations list. - Complete the required form fields.
- Submit; on success you will be returned to the investigations list.
Key concepts
- Investigation — A formal HR process to examine a workplace allegation, incident, or policy concern.
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/InvestigationFormPage.tsx
- src/cores/hr/employee-relations/pages/InvestigationListPage.tsx