/hr/credential-requirements.
Overview
The page fetches credential requirements fromuseCredentialRequirements, optionally filtered by positionId and departmentId. Two filter dropdowns (Department, Position) allow scoping the list. Each requirement card shows the credential type and the associated position or department. Users with the appropriate permission can delete a requirement using the trash icon, which opens a confirmation dialog. A ”+” button opens the form for adding new requirements.
Who it’s for
Access follows your organization’s role and module configuration. Data is scoped to the current organization.Before you start
- Credential types must be defined at
/hr/credential-typesbefore creating requirements. - Positions and departments must exist for position- or department-scoped requirements.
Steps
1
Open Credential Requirements
Navigate to HR → Credential Requirements or go to
/hr/credential-requirements.2
Filter by Department or Position
Use the Department and Position filter dropdowns to narrow the displayed requirements.
3
Add a requirement
Click the + button to open the requirement form and link a credential type to a position or department.
4
Delete a requirement
Click the trash icon on a requirement card. Confirm deletion in the dialog that appears.
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/CredentialRequirements.tsx
- src/cores/hr/hooks/credentialing/useCredentialRequirements.ts