The HR Forms 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/forms) displays all forms owned by the HR core (owning_core = 'hr'), using the platform’s shared module forms component.
Overview
The page rendersModuleFormsPage configured with owningCore="hr", moduleDisplayName="HR", a create path of /fw/forms/new?core=hr, and a create permission of fw.forms.create. The platform module forms component handles all list rendering, filtering, and create-action gating. No HR-specific permission wraps the route.
Who it’s for
No explicit permission gate on this route. The create action within the forms list is gated byfw.forms.create.
Before you start
- HR forms must exist in the system.
- To create new forms, you need the
fw.forms.createpermission.
Steps
- Navigate to HR → Forms or go to
/hr/forms. - Browse the list of HR-owned forms.
- Click a form to view or fill it out.
- Click Create Form (if authorized) to navigate to the form builder with
core=hrpre-selected.
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/HRFormsPage.tsx
- src/platform/forms/ModuleFormsPage.tsx