The Edit Exit Interview page provides a form for updating an existing exit interview record. It is available at routeDocumentation 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/:id/edit.
Overview
The route rendersExitInterviewFormPage in edit mode (because the id param is present). The existing record is fetched via useExitInterviewDetail. On submit, update.mutate is called and the user is redirected to the detail page at /hr/engagement/exit-interviews/:id. The form is rendered by ExitInterviewForm.
Who it’s for
No explicit permission gate on this route. Data is scoped to the current organization.Before you start
- Navigate from an exit interview detail page at
/hr/engagement/exit-interviews/:id.
Steps
Open the edit form
From an exit interview detail page, click the edit action. You land on
/hr/engagement/exit-interviews/:id/edit.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