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 Fields screen manages custom field definitions at the route /settings/custom-fields.

Overview

The screen lists all custom field definitions for the organization in CustomFieldDefinitionsTable. A “New Custom Field” button (accent variant) opens CustomFieldDefinitionForm in a creation dialog. On successful creation, the dialog closes. Clicking a field in the table navigates to the detail edit page at /settings/custom-fields/:id. An informational alert at the top of the page provides context about custom field usage.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Navigate to Settings → Custom Fields.

Steps

1

Open Custom Fields

Navigate to Settings → Custom Fields.
2

Review existing fields

Browse the definitions table showing all custom field definitions.
3

Create a new field

Click “New Custom Field”, complete the form, and save.
4

Edit a field

Click any existing field in the table to open its detail edit page.

Key concepts

  • Custom field definitions — reusable field schema applied to entity records
  • CustomFieldDefinitionForm — shared form for create and edit operations
  • CustomFieldDefinitionsTable — browsable table of all org field definitions

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/CustomFieldsPage.tsx