The Leads screen provides a kanban-style pipeline board for managing leads through configured stages. 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.
Overview
The Leads screen renders aLeadPipelineBoard in kanban format with columns for each configured lead stage. A header shows aggregate stat cards: Active Leads count, Converted count (shown in success color), and Total Leads. Filter dropdowns allow narrowing by assigned user (All Users, Assigned to Me, Unassigned) and by partner (All Partners). An Add Lead button opens the LeadIntakeWizard dialog. A guided tour (lead management tour) can be triggered via a Help button. Visiting /ce/leads?action=add-lead auto-opens the Add Lead wizard. The page loads up to 1000 lead records for the stat calculation.
Who it’s for
Required permission:CE_PERMISSIONS.LEADS_VIEW (route-level gate).
Before you start
- You need the
CE_PERMISSIONS.LEADS_VIEWpermission. - Lead stages must be configured; if no stages exist, the board may be empty.
Steps
Add a lead
Click Add Lead (or navigate to
/ce/leads?action=add-lead) to open the Lead Intake Wizard.Key concepts
- Lead stage — configurable pipeline stages; each stage is a column on the kanban board.
- Lead status — active leads appear in the pipeline; converted and lost leads are excluded from the active count.
- Intake wizard —
LeadIntakeWizardcollects lead details, contact info, source tracking, and assignment.
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/LeadPipelinePage.tsx