Pipelines & Stages
Pipelines are the backbone of your sales process in Intellicon CRM. They define the journey a record takes from initial contact to close. The pipeline system is shared between Leads, Opportunities, and other pipeline-enabled modules.
Pipeline System Overview
A pipeline is a sequence of stages that represent the steps in a process:
New Lead → Contacted → Qualified → Proposal → Negotiation → Closed Won / Closed Lost
Key concepts:
- Pipelines are containers for stages. You can have multiple pipelines (e.g., "Inbound Sales", "Enterprise Sales", "Partner Channel").
- Stages are the individual steps within a pipeline.
- Stage fields are fields that must be filled before a record can advance to the next stage.
- The system is shared — the same pipeline tables support Leads, Opportunities, Deals, and Projects through a
modulecolumn.
The pipeline system uses a module parameter to distinguish between pipeline types. When you configure pipelines for Leads, the API calls use module=leads. For Opportunities, it uses module=opportunities. The underlying architecture is the same.
Creating Pipelines
- Navigate to the relevant settings page:
- Admin > Lead Settings > Pipelines tab for lead pipelines
- Admin > Opportunity Settings > Pipelines tab for opportunity pipelines
- Click Create Pipeline.
- Enter the pipeline name (e.g., "Standard Sales Process", "Enterprise Deal Flow").
- Optionally, set it as the default pipeline for the module.
- Click Save.

Setting the Default Pipeline
One pipeline per module can be marked as the default. When users create a new record, the default pipeline is pre-selected.
- Open the pipeline you want to set as default.
- Toggle the Default switch on.
- The previous default is automatically unset.
Keep one pipeline as default for the common sales flow. Create additional pipelines only for distinct processes (e.g., a separate pipeline for partner-sourced deals with different stages).
Managing Stages
Creating a Stage
- Open a pipeline.
- Click Add Stage.
- Configure the stage:
- Name (required) — e.g., "Discovery", "Proposal Sent", "Negotiation"
- Color — visual indicator on kanban boards and pipeline views
- Order — position in the pipeline sequence
- Probability (optional) — win probability percentage (used for forecasting)
- Description (optional) — guidance for sales reps on what happens at this stage
- Click Save.
Reordering Stages
Drag and drop stages to change their order. The order determines the left-to-right (or top-to-bottom) display on kanban boards and pipeline views.

Editing a Stage
Click on a stage name to open its settings. You can modify the name, color, probability, and description.
Deleting a Stage
- Click the Delete button on a stage.
- If records exist at this stage, you will be prompted to select a destination stage to move them to.
- Confirm the deletion.
Deleting a stage with active records requires you to reassign those records. Ensure the destination stage makes sense for the records being moved. This action is logged in the audit trail.
Stage Fields (Required Before Advancing)
Stage fields enforce that specific information is collected before a record can move to the next stage. This ensures data quality throughout the pipeline.
Configuring Stage Fields
- Open a stage's settings.
- Switch to the Required Fields tab.
- Click Add Required Field.
- Select fields from the module's field list (standard and custom).
- For each field, optionally set:
- Required — the field must have a value
- Validation rule — additional validation specific to this stage
- Save.
Example: Stage Field Requirements
| Stage | Required Fields |
|---|---|
| Discovery | Contact name, Company, Phone or Email |
| Qualification | Budget, Timeline, Decision Maker |
| Proposal | Proposal document (file upload), Amount |
| Negotiation | Discount %, Contract terms |
| Closed Won | Signed contract, Close date, Final amount |
If a user tries to move a record to a stage with required fields that are not filled, the system will block the move and display a form to collect the missing information.
Pipeline Best Practices
- Keep pipelines to 5-8 stages — too many stages slow down the process; too few do not capture the nuance.
- Define clear entry criteria — use stage fields to enforce what information is needed at each step.
- Use probability for forecasting — set realistic probabilities (e.g., Discovery: 10%, Proposal: 40%, Negotiation: 70%, Closed Won: 100%).
- Create separate pipelines for distinct processes — do not force-fit different sales motions into one pipeline.
- Review pipeline metrics monthly — look for bottleneck stages where deals stall.
- Train your team — ensure everyone understands what each stage means and when to advance.
Pipeline changes (adding/removing stages, changing order) affect all existing records in that pipeline. Communicate changes to your team before implementing them.
Next: Stage Ownership — Assign ownership and field visibility per stage.