The Schedule Exit Interview page 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/engagement/exit-interviews/new provides a form for creating a new exit interview record.
Overview
The page rendersExitInterviewFormPage in “create” mode (no :id parameter). On successful submission, the user is redirected to the newly created exit interview’s detail page at /hr/engagement/exit-interviews/<id>. The same form component is used for editing an existing exit interview when accessed via /hr/engagement/exit-interviews/:id/edit.
Who it’s for
No explicit permission gate on this route.Steps
- Navigate to HR → Engagement → Exit Interviews (
/hr/engagement/exit-interviews). - Click New Exit Interview (or navigate to
/hr/engagement/exit-interviews/new). - Complete the exit interview form fields (employee, interview date, format, interviewer, notes).
- Submit. You are redirected to the exit interview detail page.
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/engagement-routes.tsx
- src/cores/hr/engagement/pages/ExitInterviewFormPage.tsx
- src/cores/hr/engagement/hooks/useExitInterviewMutation.ts