Skip to content

Edit Prospect

The Edit Prospect page allows you to modify an existing prospect’s information. The form is pre-populated with current values and only changed fields are submitted to the server.

Edit Prospect page

From the Prospect Detail page, click Edit, or from the Prospects List, use the row action menu and select Edit. Navigate to /prospects/:id/edit. Requires the canEditProspect permission.

FieldEditableTypeDescription
CodeNo (read-only)TextUnique prospect code — displayed for reference only
Source TypeNo (read-only)TextSource type — displayed for reference only
First NameYesTextMax 255 characters, required
Last NameYesTextMax 255 characters, required
EmailYesEmailMax 255 characters, required, RFC 5322 format
PhoneYesTextMax 20 characters

The Code and Source Type fields are read-only and cannot be changed after creation. A note below each field explains this restriction.

FieldEditableTypeDescription
CompanyYesTextMax 255 characters
Job TitleYesTextMax 100 characters
RegionYesEntity selectAssigned region
Assigned ToYesUser selectAssigned user (filtered to sales-agent / lead-qualifier roles)
FieldEditableTypeDescription
TagsYesTag inputPress Enter to add, click X to remove
Lead ScoreYesSlider + Number0–100 with color indicator
FieldEditableTypeDescription
StatusYesDropdownOnly valid transitions shown (see below)
Consent StatusYesDropdownGranted or Not Granted
NotesYesTextareaFree text

The Status dropdown only shows valid transitions based on the current status state machine. The current status is always listed first.

The status dropdown dynamically filters available options based on the current status:

Current StatusAvailable Transitions
NewContacted, Rejected
ContactedQualified, Rejected
QualifiedConverting, Converted, Rejected, Contacted
ConvertingConverted, Qualified
Converted— (no transitions)
RejectedNew

If the email field is changed, a Duplicate Warning banner appears if another prospect with the same email exists. You can dismiss it or view the existing prospect.

  • First Name: Required, max 255 characters
  • Last Name: Required, max 255 characters
  • Email: Required, max 255 characters, must be a valid email format
  • Lead Score: Must be between 0 and 100
  1. Modify the desired fields
  2. Click Save to submit only changed fields
  3. On success, you are redirected to the Prospects List

If no fields were changed, clicking Save returns to the list without making an API call.

Click Cancel to return to the Prospects List. Unsaved changes trigger a confirmation dialog.