The Investigation Details page (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.
/hr/employee-relations/investigations/:id) displays the full record for a single ER investigation, including type, status, dates, investigator, linked incidents, and documents, with edit and action options.
Overview
The page usesuseInvestigationDetail to load by :id and sets a breadcrumb. A status badge is shown (secondary for open, default for in_progress, outline for completed/closed). Tabs include case details, linked incidents, a CaseDocuments component, and timeline. Organization context is available. A PermissionGate controls which actions are shown. An Edit button navigates to the edit form.
Who it’s for
No explicit permission gate on this route.Before you start
- The investigation record must exist in your organization.
Steps
- Navigate to HR → Employee Relations → Investigations and click a row, or go to
/hr/employee-relations/investigations/:id. - Review the status, type, dates, and investigator assignment.
- Switch to the Documents tab to review attached files.
- Click Edit to update the investigation record.
Key concepts
| Concept | Meaning |
|---|---|
Status in_progress | Investigation is actively being conducted |
Status completed | Investigation concluded; findings recorded |
Status closed | Case administratively closed |
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/InvestigationDetailPage.tsx
- src/cores/hr/employee-relations/hooks/useInvestigationDetail.ts