Skip to main content

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.

The Edit Plan page provides a form for updating an existing benefits plan definition. It is available at route /hr/benefits/plans/:id/edit.

Overview

The route renders BenefitPlanFormPage with the id param present (edit mode). The existing plan is loaded and pre-fills the form. On submit, the plan record is updated. The route requires hr.benefits.admin at the component level.

Who it’s for

Requires permission hr.benefits.admin (enforced by RequirePermission in the route definition in benefits-routes.tsx).

Before you start

  • Navigate from the benefit plan detail page at /hr/benefits/plans/:id and click the edit action.
  • Consult your benefits administrator before modifying active plans.

Steps

1

Open the edit form

From a benefit plan detail page, click the edit action. You land on /hr/benefits/plans/:id/edit.
2

Modify fields

Update plan name, type, dates, cost-sharing, or other plan details.
3

Save changes

Submit the form. The plan record is updated.

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/benefits-routes.tsx
  • src/cores/hr/benefits/pages/admin/BenefitPlanFormPage.tsx