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 Custom Field Details screen edits a single custom field definition at the route /settings/custom-fields/:id.

Overview

The screen loads a custom field definition by id 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 id must exist.
  • Navigate from Settings → Custom Fields → click a field to edit.

Steps

1

Open Custom Field Details

Navigate from Custom Fields list or directly to /settings/custom-fields/:id.
2

Edit field properties

Update the field label, key, type, or other configuration in the form.
3

Save changes

Submit the form to save the updated definition and return to the Custom Fields list.

Key concepts

  • field_label — human-readable display name
  • field_key — programmatic identifier used in data references
  • CustomFieldDefinitionForm — shared form component for create and edit

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.
  • src/routes/platform.tsx
  • src/platform/custom-fields/pages/CustomFieldDetailPage.tsx