The Partner Details page 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/partners/:id shows the full profile of one referral partner, including summary statistics and tabbed sections for contacts, contracts, call history, activity, email timeline, and progress tracking.
Overview
Accessing/ce/partners/:id loads PartnerDetailPage, which fetches the partner record via usePartner and renders a header, four summary stat cards (Total Referrals, Successful, Conversion Rate, Last Referral), and a scrollable tab set. Clicking Edit Partner opens an inline dialog. The Progress tab provides a milestone tracker, progress timeline, a quick Log Progress dialog, and a multi-step Guided Review wizard.
Who it’s for
No explicit permission gate on this route. Child components checkce.calls.create for the click-to-call button.
Before you start
- Navigate to
/ce/partnersand click a partner row to open its detail page. - To initiate a call, your account needs the
ce.calls.createpermission and a RingCentral integration configured.
Steps
Open the partner record
From the Partners list (
/ce/partners), click the partner’s name or row to navigate to /ce/partners/{id}.Review summary statistics
The four stat cards show Total Referrals, Successful Admissions, Conversion Rate, and Last Referral date at a glance.
Navigate tabs
Use the tab bar to switch between Overview, Contacts, Contracts, Calls, Activity, Emails, and Progress.
Edit partner information
Click Edit Partner in the header to open the partner edit dialog. Save changes to update the record.
Key concepts
- Conversion Rate — Calculated as
successful_admissions / total_referrals × 100; displayed as a whole-number percentage. - Relationship Status — Values include
active,inactive,pending, andformer; shown as a badge next to the partner name. - Milestone Tracker — Driven by
partner_typeandrelationship_start_date; tracks predefined milestones for the relationship lifecycle. - Guided Review — A multi-step wizard (
PartnerProgressReviewWizard) covering review period, KPI entry, milestone updates, notes, and submit/schedule.
Related
Community Engagement
Community Engagement core 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/ce.tsx
- src/cores/ce/pages/PartnerDetailPage.tsx
- src/cores/ce/hooks/usePartner.ts
- src/cores/ce/wizards/partner-progress-review/PartnerProgressReviewWizard.tsx
- src/cores/ce/components/MilestoneTracker.tsx