The Custom Field Details screen edits a single custom field definition at the 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.
/settings/custom-fields/:id.
Overview
The screen loads a custom field definition byid from useCustomFieldDefinition and renders CustomFieldDefinitionForm pre-populated with the existing values. The breadcrumb label is set to the field_label or field_key. On save, updateDefinition is called and the user is navigated back to /settings/custom-fields. A not-found state is shown if no definition matches the ID.
Who it’s for
No explicit permission gate on this route.Before you start
- The custom field with the given
idmust exist. - Navigate from Settings → Custom Fields → click a field to edit.
Steps
Open Custom Field Details
Navigate from Custom Fields list or directly to
/settings/custom-fields/:id.Key concepts
field_label— human-readable display namefield_key— programmatic identifier used in data referencesCustomFieldDefinitionForm— shared form component for create and edit
Related
Platform Foundation
Platform Foundation overview.
Governance & parity
Documentation coverage and governance.
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/platform.tsx
- src/platform/custom-fields/pages/CustomFieldDetailPage.tsx