The Custom Fields screen manages custom field definitions 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.
Overview
The screen lists all custom field definitions for the organization inCustomFieldDefinitionsTable. 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
Key concepts
- Custom field definitions — reusable field schema applied to entity records
CustomFieldDefinitionForm— shared form for create and edit operationsCustomFieldDefinitionsTable— browsable table of all org field definitions
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/CustomFieldsPage.tsx