Skip to main content

Overview

No shipped route matches /hr/credentials. Credential-related pages are available at:
  • /hr/credentialing — Credentialing Hub (tabbed: Dashboard, Report, Analytics, Renewals, My Credentials, Verification Queue)
  • /hr/credential-types — Credential type catalog management
  • /hr/credential-requirements — Credential requirement mappings by position/department
  • /hr/credentials/new — Credential setup wizard (requires hr.credentials.create)

Who it’s for

Access follows your organization’s role and module configuration — this route does not exist.

Creating a credential

The New Credential page launches the credential setup wizard and is available at /hr/credentials/new. It renders CredentialSetupWizardPage, a multi-step wizard for creating a new credential record on behalf of an employee. This route is part of the HR credentialing module and is gated behind the hr.credentials.create permission (HR_PERMISSIONS.CREDENTIALS_CREATE). Before you start: confirm the credential type you need to add exists in /hr/credential-types. Create the credential type first if it does not exist. Have the employee’s record available and the credential details (issuing authority, expiry, etc.) ready.
  1. Navigate to /hr/credentials/new or choose New Credential from the credentialing hub.
  2. Follow the wizard steps to select the employee, credential type, and enter credential details.
  3. Complete the wizard; the credential record will be created and associated with the employee.
Key concepts:
  • Credential Setup Wizard — A step-by-step form that guides administrators through the required fields and validations for adding a new credential.
  • Credential Type — A configured category of credential (e.g., license, certification) defined in /hr/credential-types.

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.
  • src/routes/hr.tsx
  • src/cores/hr/pages/CredentialSetupWizardPage.tsx
  • src/platform/navigation/route-labels.ts
  • src/platform/permissions/constants.ts