The Edit Plan page provides a form for updating an existing benefits plan definition. It is available at routeDocumentation 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/benefits/plans/:id/edit.
Overview
The route rendersBenefitPlanFormPage 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 permissionhr.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/:idand click the edit action. - Consult your benefits administrator before modifying active plans.
Steps
Open the edit form
From a benefit plan detail page, click the edit action. You land on
/hr/benefits/plans/:id/edit.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/benefits-routes.tsx
- src/cores/hr/benefits/pages/admin/BenefitPlanFormPage.tsx