The Lead Details screen displays a single lead record with stage progression, contact details, sequence enrollment status, and screening history. It 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/leads/:id.
Overview
The Lead Details screen shows a header with the contact name (derived from the linked contact record), lead status badge, and current stage badge. For active leads, action buttons include: Screen (requiresce.screening.create, navigates to /ce/leads/:leadId/screening/wizard), Mark Lost (opens LeadLostDialog), and Convert Lead (requires ce.lead-conversions.create, opens LeadConversionWizard). For converted leads, a Retry Conversion button (requires ce.lead-conversions.create) appears when converted_to_id is not set; a Revert to Active button is also available.
The lead stage progression bar is shown for active leads. An enrollment status widget (LeadSequenceStatus) appears when the lead has a linked contact and the user has ce.enrollments.view. Two detail cards show Lead Information (source type, source details, expected admission date, notes) and Contact Details (name, email, phone with a link to the full contact record). A full-width conversion or lost-details card is shown for closed leads. Screening history and (for converted leads) conversion audit trail are rendered below.
Who it’s for
No explicit permission gate on the/ce/leads/:id route itself. Screening requires ce.screening.create. Converting requires ce.lead-conversions.create. Enrollment viewing requires ce.enrollments.view.
Before you start
- The lead ID must exist and belong to your organization.
- To screen or convert a lead, you need the respective additional permissions.
Steps
Open a lead record
Navigate to
/ce/leads/:id by clicking a lead from the Lead Pipeline or a contact’s Leads tab.Review lead information
Check source type, source details, expected admission date, and notes in the Lead Information card.
Convert the lead
Click Convert Lead (requires
ce.lead-conversions.create) to start the conversion wizard.Key concepts
- Lead status —
active,converted, orlost; controls which action buttons are visible. - Lead stage — a configurable pipeline stage with name and color; shown in a stage progression bar.
- Screening — a clinical intake screening can be launched for active leads; history is shown below.
- Conversion — converting a lead creates a downstream record (type stored in
converted_to_type);converted_to_idlinks to it.
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/LeadDetailPage.tsx