The FMLA Case Details 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/fmla-cases/:id) displays the full record for a single Family and Medical Leave Act case, with options to link leave requests and close the case.
Overview
The page shows the employee name in a breadcrumb and page subtitle. TheFMLACaseDetail component renders the full case details. For active cases, users with hr.leave.manage permission see a Link to FMLA action (via LinkToFMLADialog). A Close Case button is shown when the case status is active (requires no specific permission gate beyond page access). Closing calls useFMLACaseMutation.closeCase.
Who it’s for
Requires permission:hr.fmla.view (HR_PERMISSIONS.FMLA_VIEW).
Before you start
- You need the
hr.fmla.viewpermission to access this page. - To link leave requests, you additionally need
hr.leave.manage.
Steps
- Navigate to HR → FMLA Cases and click a case, or go directly to
/hr/fmla-cases/:id. - Review the full case record including employee, dates, and linked leave.
- If the case is active and you have
hr.leave.manage, use Link to FMLA to associate a leave request. - When the case is resolved, click Close Case to change the status to closed.
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.tsx
- src/cores/hr/pages/FMLACaseDetailPage.tsx
- src/cores/hr/hooks/leave/useFMLACaseDetail.ts
- src/cores/hr/hooks/leave/useFMLACaseMutation.ts