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 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

No explicit permission gate on this route.

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