The Contacts list screen displays all contacts for the current organization and is accessible 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.
/ce/contacts.
Overview
The Contacts screen renders a paginated table of contacts with search-as-you-type (300ms debounce), a contact type filter populated from thece_contact_type picklist, and a status filter with options: All Status, Active, Inactive, and Do Not Contact. Users with ce.contacts.create see an Import button (opens ContactImportDialog) and a New Contact button (opens ContactDialog). Visiting /ce/contacts?action=new auto-opens the New Contact dialog. On mobile viewports the screen renders a MobileContactView. Clicking a contact row navigates to /ce/contacts/:id. Contacts are scoped to the current organization.
Who it’s for
Required permission:ce.contacts.view (route-level gate). Creating contacts requires ce.contacts.create.
Before you start
- You need the
ce.contacts.viewpermission. - To create or import contacts, you additionally need
ce.contacts.create.
Steps
Search or filter
Type in the search box to filter by name or other fields, or use the Type and Status dropdowns to narrow results.
Create a contact
Click New Contact (or navigate to
/ce/contacts?action=new) to open the contact creation dialog.Key concepts
- Contact status —
active,inactive, ordo_not_contact; the list defaults to showingactivecontacts. - Contact type — populated from the
ce_contact_typepicklist; SME: confirm available values. - Auto-open — appending
?action=newto the URL triggers the New Contact dialog to open on load.
Related
Community Engagement
Community Engagement core 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/ce.tsx
- src/cores/ce/pages/ContactsPage.tsx