Skip to main content

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.

The Investigation Details page (/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 uses useInvestigationDetail 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

  1. Navigate to HR → Employee Relations → Investigations and click a row, or go to /hr/employee-relations/investigations/:id.
  2. Review the status, type, dates, and investigator assignment.
  3. Switch to the Documents tab to review attached files.
  4. Click Edit to update the investigation record.

Key concepts

ConceptMeaning
Status in_progressInvestigation is actively being conducted
Status completedInvestigation concluded; findings recorded
Status closedCase administratively closed

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.
  • src/routes/hr/employee-relations-routes.tsx
  • src/cores/hr/employee-relations/pages/InvestigationDetailPage.tsx
  • src/cores/hr/employee-relations/hooks/useInvestigationDetail.ts