The Position Details page 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/positions/:id shows the full record for a single organizational position.
Overview
The page loads a position record by its:id URL parameter using the PositionDetailPage component. The page is guarded by HR_PERMISSIONS.EMPLOYEES_VIEW.
Who it’s for
RequiresHR_PERMISSIONS.EMPLOYEES_VIEW permission.
Before you start
- Positions are created and managed at
/hr/positions.
Steps
- Navigate to HR → Positions (
/hr/positions). - Click a position row to open its detail page at
/hr/positions/<id>. - Review and edit position details as needed.
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/PositionDetailPage.tsx