The Onboarding Details page displays the full record for a single onboarding instance and is available 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/onboarding/:id.
Overview
The Onboarding Details page (OnboardingDetail) displays the full task list and status for a specific onboarding instance identified by its :id URL parameter. No explicit RequirePermission wrapper is present on this route, but the parent Onboarding Dashboard at /hr/onboarding requires hr.onboarding.view.
Who it’s for
No explicit permission gate on this route.Before you start
- Navigate to the Onboarding Dashboard at
/hr/onboardingto find the onboarding instance. - Clicking an instance on the dashboard navigates to this detail page.
Steps
- Navigate to
/hr/onboardingto view the active and completed onboarding list. - Click an onboarding instance to open its detail view at
/hr/onboarding/:id. - Review tasks and progress; take available actions as appropriate.
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/OnboardingDetail.tsx
- src/cores/hr/pages/OnboardingDashboard.tsx