Purpose: To structure and manage the entire business-to-business sales lifecycle, from identifying corporate prospects and engaging key contacts to closing complex deals and forecasting revenue.
Why This Matters
Business Impact: This
π Function
provides a single source of truth for all client and prospect interactions. It streamlines the sales process, improves forecast accuracy, enhances team collaboration, and provides clear visibility into pipeline health and individual performance.The Big Picture
The B2B CRM function is built around three core entities: Companies, Contacts, and Deals.
- Account Management: A central repository of all client and prospect organizations (
π§ Company
object) is maintained. All activities and data points related to an organization are stored here. - Contact Management: Key decision-makers and influencers within each
π§ Company
are managed asπ§οΈ Contact
records, linked to their parent organization. - Opportunity Pipeline: Each potential sale is tracked as a
π§οΈ Deal
object, which moves through a structured sales pipeline from initial qualification to final closure. Eachπ§οΈ Deal
is linked to aπ§ Company
.
Sneak peek
OBJECT RELATIONSHIPS
A built-in, strict hierarchy where a βchildβ object is a component of a βparentβ object. This is ideal for work breakdown structures.
Relationship | Description |
---|---|
π§ Company β π§οΈ Contact | Each π§ Company can have multiple π§οΈ Contact records associated with it. |
π§ Company β π§οΈ Deal | Each π§ Company can have multiple π§οΈ Deals over its lifetime. |
PART 2: OBJECT TYPES & WORKFLOWS
1. π§ Company (Standard Object)
- Business Process Description: This object acts as the master record for any organization the business interacts with. It holds firmographic data and serves as the anchor for all related contacts and deals.
- Example: βInnovatech Solutions Inc.β, a tech firm with 500-1000 employees in the FinTech industry, is added as a new
Prospect
. The Account Executive is assigned as David Miller.
Company Workflow
2. π§οΈ Contact (Sub-Object)
- Business Process Description: Manages individuals at a parent
Company
. This allows tracking of roles, contact information, and engagement history for key stakeholders. - Example: Jane Doe, CTO at Innovatech Solutions, is added as a
Contact
linked to the company record. Her email isjane.doe@innovatech.com
and phone is555-0102
.
Contact Workflow
3. π§οΈ Deal (Sub-Object)
- Business Process Description: This is the core pipeline object, tracking an opportunity from discovery to closure. It contains all commercial information, such as deal value and expected close date.
- Example: A deal named βInnovatech - Q4 Platform Upgradeβ is created with a value of $75,000 and an expected close date of December 15, 2025.
Deal Workflow
AUTOMATION RULES
These rules run entirely within the B2B Sales Pipeline
βΉοΈ Space
to enhance sales efficiency and ensure process consistency.ID | Rule Name | Trigger | Action | Description |
---|---|---|---|---|
IC-01 | Update Deal Probability | π§οΈ Deal status changes | Update Probability field based on the new status. | Ensures forecast data is always consistent with the dealβs pipeline stage. |
IC-02 | Log Activity Date | π§οΈ Deal or π§οΈ Contact is updated | Update Last Activity Date on the parent π§ Company to now. | Provides an at-a-glance view of the last engagement with any aspect of an account. |
INTERFACE & REPORTING
# | Name | Type | Purpose | Data Configuration |
---|---|---|---|---|
1 | Sales Pipeline | Kanban | To visualize and manage all active deals by their current stage. | All π§οΈ Deals with status not in (CLOSED-WON, CLOSED-LOST), grouped by Status. |
2 | My Accounts | Table | A list of all companies owned by the current user for account management. | All π§ Companies where Account Owner = Current User. |
3 | Team Activity Feed | List | A chronological view of recent updates across all objects. | All π§ Companies , π§οΈ Contacts , π§οΈ Deals sorted by Last Updated Date (Descending). |
PART 6: PERMISSIONS & NOTIFICATIONS
These roles define the specific responsibilities and access levels within the B2B CRM function.
Role | Responsibilities | Permissions & Notifications |
---|---|---|
Sales Development Rep (SDR) | Identifies and qualifies new π§ Companies and π§οΈ Contacts . | Can create and edit π§ Companies and π§οΈ Contacts . Read-only on π§οΈ Deals . Notified on @mentions. |
Account Executive (AE) | Manages the full sales cycle for π§οΈ Deals . Owns π§ Company relationships. | Full control over their assigned π§ Companies , π§οΈ Contacts , and π§οΈ Deals . Notified on new assignments and deal progress. |
Sales Manager | Oversees team performance, manages territories, and approves discounts. | View all objects in the function. Edit rights on all π§οΈ Deals . Receives weekly pipeline summary and stale deal alerts. |