The File Grievance 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/grievances/new) provides the form to create a new employee grievance record in the Employee Relations module.
Overview
The page renders theGrievanceFormPage component in create mode (no :id parameter present). Grievance types available in the form include: Harassment, Discrimination, Retaliation, Wage Dispute, Working Conditions, Policy Violation, and Other. Initial status is filed. The form uses useGrievanceMutation to create the record and navigates to the grievance list on success.
After submission, the grievance appears in the Grievances list (/hr/employee-relations/grievances) with status filed.
Who it’s for
No explicit permission gate on this route.Before you start
- You must be linked to an employee record in the organization to file a grievance.
- Gather details of the grievance before beginning: type, date of occurrence, description, and any supporting documentation.
Steps
- Navigate to HR → Employee Relations → Grievances → New, or go to
/hr/employee-relations/grievances/new. - Select the grievance type.
- Complete all required form fields.
- Submit the form. The grievance is created with status
filed.
Key concepts
| Concept | Meaning |
|---|---|
| Grievance type | Category of the complaint (harassment, discrimination, wage dispute, etc.) |
Status filed | Initial state — the grievance has been recorded and is awaiting review |
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/GrievanceFormPage.tsx
- src/cores/hr/employee-relations/hooks/useGrievanceMutation.ts