Administrators can manage all picklists atDocumentation 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/picklists. This route renders PicklistsPage from src/platform/picklists/pages/PicklistsPage.tsx with no explicit route-level permission wrapper.
Overview
The Picklists page lists all picklists available to the organization usingPicklistsTable. It is organized in two tabs: Picklists (the main list) and a Templates library (PicklistTemplateLibrary). Users with pf.picklists.admin permission can export picklists via PicklistExportDialog, import picklists via PicklistImportDialog, and apply templates from the template library (which pre-populates the import dialog with templateRecords). Selecting a picklist row navigates to /settings/picklists/:id for detail view and editing.
Who it’s for
No explicit permission gate on the route. Admin actions (export, import) requirepf.picklists.admin (checked at component level).
Before you start
- You must be signed in.
Steps
- Navigate to Settings > Picklists (
/settings/picklists). - Browse the list of picklists in the Picklists tab.
- Select a picklist to view its details and items.
- Use Export to download picklist definitions.
- Use Import to upload picklist definitions from a file.
- Switch to the Templates tab to browse and apply predefined picklist templates.
Key concepts
Picklist — A named list of selectable values used to populate dropdown fields across forms and data objects throughout the platform. Template library — Pre-built picklist collections that can be applied to an organization in bulk to accelerate setup.Related
Platform Foundation
Platform Foundation 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/platform.tsx
- src/platform/picklists/pages/PicklistsPage.tsx
- src/platform/picklists/components/PicklistsTable.tsx