Skip to content

Prospects List

The Prospects List page displays all prospects in the system with advanced filtering, configurable columns, inline status actions, and bulk operations. Prospects progress through a defined status lifecycle from New to Converted.

Prospects list page

Navigate to Prospects in the sidebar, or go to /prospects.

The table supports 21 columns with configurable visibility. Click the Configure (gear) button to show or hide columns.

ColumnDefault VisibleSortableDescription
CodeYesYesUnique prospect code (always visible)
NameYesYesDisplay name (auto-generated from first + last name)
CompanyYesYesCompany name
SourceYesYesSource type — LinkedIn, Meta, CSV, Manual, or API
StatusYesYesCurrent status badge
CreatedYesYesCreation date
RegionNoYesAssigned region name
Created ByNoYesUser who created the prospect
UpdatedNoYesLast modification date
Updated ByNoYesUser who last modified the prospect
First NameNoYesProspect first name
Last NameNoYesProspect last name
PhoneNoYesPhone number
Assigned ToNoYesAssigned user name
Lead ScoreNoYesLead score (0–100)
Last ContactedNoYesLast contact date
Last ActivityNoNoType of last activity
Converted AtNoYesConversion date (if converted)
ConsentNoYesConsent status (Yes/No)
TagsNoNoTags assigned to the prospect
NotesNoNoAdditional notes
StatusColorDescription
NewBlueNewly created prospect
ContactedYellowInitial contact has been made
QualifiedGreenProspect meets qualification criteria
ConvertingOrangeConversion to business partner in progress
ConvertedPurpleSuccessfully converted to a business partner
RejectedRedProspect has been rejected
SourceDescription
ManualCreated manually by a user
LinkedInOriginated from LinkedIn
MetaOriginated from Facebook/Instagram
CSV ImportImported via CSV file
API IntegrationCreated via API

Prospect status follows a defined state machine:

graph LR
    NEW --> CONTACTED
    NEW --> REJECTED
    CONTACTED --> QUALIFIED
    CONTACTED --> REJECTED
    QUALIFIED --> CONVERTING
    QUALIFIED --> CONVERTED
    QUALIFIED --> REJECTED
    QUALIFIED --> CONTACTED
    CONVERTING --> CONVERTED
    CONVERTING --> QUALIFIED
    REJECTED --> NEW

The filter panel supports the following filters:

FilterTypeDescription
SearchFree textSearches across name, email, company, and code
StatusDropdownFilter by prospect status
SourceDropdownFilter by source type
RegionEntity selectFilter by assigned region (available in filter palette)
RegionsMulti-selectFilter by multiple regions (available in filter palette)
Assigned ToUser selectFilter by assigned user (available in filter palette)
Assigned To (Multiple)Multi-selectFilter by multiple users (available in filter palette)

Default filter layout shows Search (spanning 2 columns), Status, and Source. Region and Assigned To filters are available by adding them from the filter palette.

Click any sortable column header to sort:

  • First click — Ascending
  • Second click — Descending
  • Third click — Remove sort

The list uses a Load More pattern:

  • Page size: 50 records per load
  • Load More button at the bottom loads the next batch
  • Total count displays above the table
ActionPermissionDescription
ConfigureColumn visibility and filter layout configuration
CreatecanCreateProspectOpens the Create Prospect page

Each row has a dropdown menu and inline actions:

ActionPermissionDescription
ViewNavigate to the Prospect Detail page
EditcanEditProspectNavigate to the Edit Prospect page
Mark ContactedcanEditProspectQuick status change to Contacted (only for New prospects)
Mark QualifiedcanEditProspectQuick status change to Qualified (only for Contacted prospects)
Convert to BPcanConvertProspectOpens the Convert to Business Partner dialog (only for Qualified prospects)
DeletecanDeleteProspectRemove the prospect after confirmation

Click any row to open the detail page. Hover over a row to prefetch the detail view for faster navigation.

Select multiple rows using checkboxes to enable bulk operations:

ActionPermissionDescription
Bulk Status UpdatecanBulkUpdateStatusChange status for all selected prospects
Bulk AssigncanBulkAssignAssign all selected prospects to a user
Bulk DeletecanBulkDeleteDelete all selected prospects

When navigating from the import history page, the list may be filtered by import source. An Import Filter Banner displays the import job name with a Clear Filter option.