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 New Investigation page hosts the investigation creation form and is available at /hr/employee-relations/investigations/new.

Overview

The New Investigation page renders InvestigationFormPage 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

  1. Navigate to /hr/employee-relations/investigations/new or choose New Investigation from the investigations list.
  2. Complete the required form fields.
  3. 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.

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/InvestigationFormPage.tsx
  • src/cores/hr/employee-relations/pages/InvestigationListPage.tsx