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 route /ce/contacts/new is a redirect, not a standalone screen. It automatically redirects to /ce/contacts?action=new, which auto-opens the New Contact dialog on the Contacts list page.

Overview

In src/routes/ce.tsx, the path /ce/contacts/new is configured as <Navigate to="/ce/contacts?action=new" replace />. Visiting this URL immediately redirects to the Contacts list page with the action=new query parameter, which triggers the ContactDialog to open automatically. Creating a contact is performed within that dialog, not on a separate full page.

Who it’s for

No explicit permission gate on the redirect itself. The destination Contacts page requires ce.contacts.view; creating a contact requires ce.contacts.create.

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.
  • src/routes/ce.tsx
  • src/cores/ce/pages/ContactsPage.tsx