Skip to main content
The Schedule Exit Interview page at /hr/engagement/exit-interviews/new provides a form for creating a new exit interview record.

Overview

The page renders ExitInterviewFormPage 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

Access follows your organization’s role and module configuration. ## Steps
  1. Navigate to HR → Engagement → Exit Interviews (/hr/engagement/exit-interviews).
  2. Click New Exit Interview (or navigate to /hr/engagement/exit-interviews/new).
  3. Complete the exit interview form fields (employee, interview date, format, interviewer, notes).
  4. Submit. You are redirected to the exit interview detail page.

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/engagement-routes.tsx
  • src/cores/hr/engagement/pages/ExitInterviewFormPage.tsx
  • src/cores/hr/engagement/hooks/useExitInterviewMutation.ts