More in
Berita Sales Tech
Platform Clari-Salesloft Sepenuhnya Aktif — Dan Drift Sedang Mati. Berikut Apa yang Perlu Dievaluasi CRO Sekarang
Apr 8, 2026
Drift Sedang Dimatikan: Playbook Migrasi 5-Langkah untuk Tim Sales Ops
Apr 8, 2026
Lapis atau Ganti? Cara Mengevaluasi Dua Model CRM Agentic Bersaing Sebelum Pembaruan Berikutnya
Apr 8, 2026
Gong Baru Saja Datang untuk Anggaran Enablement Anda: Apa yang Perlu Dievaluasi CRO Sebelum Pembaruan
Apr 8, 2026
Pergerakan MCP Server Outreach Mengubah Cara Anda Membangun Alur Kerja Sales AI — Berikut Apa yang Perlu Diketahui Sales Ops
Apr 8, 2026
RevvyAI 6sense Membuat Kualifikasi Akun Otomatis — Apa yang Harus Diverifikasi RevOps Sebelum Mempercayainya
Apr 8, 2026
ZoomInfo Sekarang $GTM — Dan Evaluasi Sales Stack Anda Baru Saja Menjadi Lebih Rumit
Apr 8, 2026
Cognism Meluncurkan Sales Companion: Penantang Kepatuhan-First untuk ZoomInfo yang Harus Dievaluasi VP Sales Anda
Apr 8, 2026
Platform Agent Enterprise OpenAI: Apa yang Perlu Dipahami RevOps Sebelum Tim Data Science Anda Mulai Membangun
Apr 8, 2026
Ketika Vendor Data Anda Menjadi Platform Engagement Anda: Mengevaluasi Pergeseran Agentic Apollo
Apr 7, 2026
Salesforce Summer '26 Drops Multi-Agent Orchestration June 15. Here's the Sales Ops Audit Before Your Agents Start Handing Off

June 15 is two weeks away, and the most consequential feature for sales operations (sales ops) teams isn't a new dashboard or a smarter forecast. It's a new governance problem.
Salesforce's Summer '26 release goes generally available (GA) on June 15, 2026, and the headline for sales ops is Multi-Agent Orchestration inside Agentforce: the ability to chain multiple agents together so they pass work to each other across a full revenue workflow. Paired with Slack First Sales, which surfaces customer relationship management (CRM) context conversationally inside Slack so reps act where they already work, this release changes what it means to govern an AI-enabled revenue process.
The shift isn't minor. Under single-agent deployments, your governance work involved one agent: what it reads, what it writes, what triggers it. Multi-agent orchestration means your agents now hand work off between themselves, and every one of those hand-offs is a point where pipeline can leak, loop, or drift without any human noticing. Salesforce's State of Sales 2026 data makes clear this matters at scale: nearly nine in ten sellers plan to use AI agents by 2027, and AI agents are expected to cut research time by 34%. That's a lot of agents touching a lot of deals. Get the hand-off graph wrong before June 15, and you'll spend the back half of the year untangling phantom leads.
What Actually Ships on June 15
Key Facts
- Summer '26 GA date: June 15, 2026 (source: Salesforce Newsroom)
- Sellers planning to use AI agents by 2027: nearly 9 in 10 (source: Salesforce State of Sales 2026)
- Expected research-time reduction from AI agents: 34% (source: Salesforce State of Sales 2026)
Multi-Agent Orchestration is the core change: individual Agentforce agents can now be wired into a sequence where each agent's output becomes the next agent's input. A research agent can complete prospect intelligence and pass the package to an outreach agent. The outreach agent scores engagement and passes to a qualification agent. The qualification agent makes a stage decision and passes to a CRM-update agent. The CRM-update agent writes fields and passes to a forecasting agent. That's five agents touching one deal, with no human in the loop for the intermediate steps.
Slack First Sales ships alongside it. CRM data surfaces inside Slack threads in conversational form, so reps respond to deal nudges without leaving Slack. Agents write the results of those interactions back to Salesforce automatically. For teams that already live in Slack, this is genuinely useful. But it introduces a second governance question: who owns the audit trail when a rep's Slack reply triggers an agent write to Salesforce?
The rest of Summer '26 includes updates across Einstein, Data Cloud, and industries clouds. This piece is strictly about the orchestration layer and Slack hand-off -- the customer engagement agent updates from Summer '26 were covered separately for CRO-level evaluation.
Why Multi-Agent Orchestration Changes the Sales Ops Job
Before orchestration, your Agentforce governance checklist looked roughly like a single row: one agent, its read permissions, its write permissions, its trigger conditions, its error state.
After orchestration, that single row becomes a graph. And the graph is the new governance surface.
Think through what a five-agent revenue workflow actually looks like when it runs. The research agent queries external data sources and writes a prospect intelligence object. It triggers the outreach agent when a confidence threshold crosses a set value. The outreach agent generates a message sequence and writes engagement status fields. It triggers the qualification agent when a prospect opens a specific number of touchpoints. The qualification agent evaluates stage criteria and writes the opportunity stage field. It triggers the CRM-update agent when criteria pass. The CRM-update agent writes deal fields across the opportunity record. It triggers the forecasting agent at week-end. The forecasting agent updates commit categories.
That's eight distinct hand-off events across five agents, each touching different CRM objects and fields. If any one of those hand-offs misfires, the record downstream is wrong. And because no human approved the intermediate steps, the wrong data compounds before anyone sees it in a report.
This is why your job as sales ops shifts from "configure one agent" to "own the hand-off graph." The graph is where revenue process governance lives now. If you don't design it deliberately before June 15, the default behavior ships and you inherit whatever Salesforce's out-of-the-box trigger conditions produce in your specific data environment.
For deeper context on how AI sales ops governance and audit trails work across the broader AI sales ops stack, that framework applies directly here -- orchestration makes the audit trail requirements more complex, not less.
The Three Hand-Off Failure Modes Sales Ops Has to Block

Phantom Hand-offs
A phantom hand-off is when Agent A marks the work as transferred, but Agent B never processes it. The lead sits in a dead state between two agent queues. Neither agent errors. No alert fires. The opportunity just stops moving.
This is the most common failure mode in any queue-based system, and multi-agent orchestration adds a new version of it. The audit check: for each hand-off in your graph, confirm there's an explicit acknowledgment event from the receiving agent, not just a "sent" status from the originating one. If you can't verify acknowledgment, you can't verify the hand-off completed.
Loop Traps
A loop trap is when Agent B doesn't meet the condition to move forward and passes the work back to Agent A. Agent A re-evaluates, fails its own exit condition, and passes back to Agent B. The lead orbits between two agents until a timeout fires or a human digs into the queue.
The concrete example: a qualification agent that requires a MEDDIC score above a threshold to advance a deal, paired with a research agent that re-runs whenever qualification returns incomplete data. If the research agent can't find the data the qualification agent needs, they loop. The audit check: every hand-off path needs a defined "no-forward" exit: either a maximum retry count, a fallback state (like human review queue), or an explicit error state that surfaces in a report.
Authority Drift
Authority drift is the least obvious and the most dangerous. It's when an agent writes to fields it wasn't designed to own because the orchestration layer doesn't enforce per-agent field permissions.
Here's how it happens. Your CRM-update agent is designed to write the opportunity amount and close date. But during orchestration wiring, someone gives it broad write access because it was easier to configure once than to scope per field. The qualification agent downstream notices a discrepancy and writes a correction to the same fields. Now two agents are writing to the same opportunity fields, each with different logic, and the field history shows a sequence of updates no human made intentionally.
The audit check: every agent in the orchestration graph needs a documented field-write scope. The scope should be enforced at the permission level, not just as a configuration convention. Check now whether your current Agentforce setup enforces per-agent object permissions or whether the orchestration layer inherits the org-wide agent permission set.
The Hand-Off Triplet Framework
For every agent-to-agent hand-off in your orchestration graph, document three things. This is the Hand-Off Triplet.
Trigger condition. What specific event, field value, or threshold causes Agent A to pass work to Agent B? Be precise: "when lead score crosses 75" is a trigger condition. "When the agent decides it's ready" is not.
Field-write authority. What CRM fields is Agent A allowed to write before the hand-off? What fields is Agent B allowed to write after receiving it? These lists should not overlap. If they do, decide which agent has precedence and document it explicitly.
Rollback path. If Agent B errors after receiving the hand-off, what happens to the record? Does Agent A's last write persist? Does the opportunity stay in the stage Agent A set? Is there a queue where errors surface for human review, or do they log silently?
Here's an example. The hand-off between qualification agent and CRM-update agent in a standard Agentforce workflow:
- Trigger condition: Qualification agent sets Stage = "SQL" (sales-qualified lead) and MEDDIC score >= 80
- Field-write authority: Qualification agent writes Stage, MEDDIC Score fields only. CRM-update agent writes Amount, Close Date, Forecast Category fields only. No overlap.
- Rollback path: If CRM-update agent errors, Stage and MEDDIC Score fields retain their last values from the qualification agent. Error event fires to the Sales Ops review queue in Salesforce. Deal is flagged with "Agent error - manual review" status.
Without the rollback path, an error in the CRM-update agent leaves a deal at SQL stage forever with no close date, no amount, and no signal that anything went wrong. That deal will show up in pipeline coverage reports, inflate forecast numbers, and eventually get caught in a pipeline review -- three weeks later, by a manager wondering why the deal went cold.
For teams rebuilding their pipeline stages design to accommodate agent-driven progression, the pipeline stages design framework is worth revisiting before June 15 -- agent exit criteria need to match the stage logic your reps and managers already trust.
Slack First Sales: The Other Audit
Slack First Sales creates a second hand-off category: the rep-to-agent write path that runs through Slack. When a rep responds to a deal nudge in Slack and an agent interprets that reply and writes back to Salesforce, three questions need answers before June 15.
- Who owns the field write? When an agent writes to an opportunity record based on a Slack reply, does that write appear under the agent's profile or the rep's? This matters for audit logs and for attribution in commission disputes.
- Where does the permission boundary sit? The agent writing to Salesforce from a Slack interaction needs the same field-write scope enforcement as any other agent in your orchestration graph. Confirm the Slack-triggered path goes through the same permission model as your directly-configured agents -- not a separate, less-restricted pathway.
- Is the interaction logged? Slack messages are not Salesforce activity records by default. If a rep's Slack reply becomes the basis for an agent writing a stage change, that Slack message is the evidence trail for the change. Confirm your Slack-to-Salesforce activity sync is running before June 15, or you'll have CRM writes with no human-readable rationale attached.
For teams thinking through CRM data model design in light of agent-driven writes, the field ownership question becomes more pressing when agents -- not reps -- are the primary writers on key opportunity fields.
The 5-Question Pre-June-15 Audit
Put these five questions on your calendar for this week. Block two hours, pull up your Agentforce configuration, and work through each one.
- Do you have a documented list of every agent-to-agent hand-off in your current Agentforce setup? If not, map them now. You can't audit what you haven't named.
- For each hand-off, can you state the trigger condition precisely? Vague triggers produce inconsistent behavior. If your answer involves the word "approximately" or "when it seems ready," tighten the definition.
- Does each agent have a documented field-write scope, and is that scope enforced at the permission level? Configuration conventions drift. Permission enforcement doesn't.
- Does each hand-off have a defined rollback path for the error state? Run through the failure scenario for each hand-off: what does the record look like if the receiving agent errors? Is that state recoverable without manual intervention?
- For any Slack First Sales interactions: is your Slack-to-Salesforce activity sync active, and have you confirmed which Slack-triggered writes appear under the agent's profile versus the rep's? Run a test interaction before June 15, not after.
Teams who've worked through AI lead scoring failure modes will recognize the same pattern here: the failure usually isn't the AI model, it's the governance layer around what the model is allowed to write and who reviews the outputs. Orchestration scales that surface significantly.
What to Do This Week
You have roughly 13 days before Summer '26 goes live. Here's what matters most before June 15.
Map the graph. List every agent in your Agentforce org and draw the hand-off connections between them. This is Step Zero. Nothing else in the audit is possible without it.
Apply the Hand-Off Triplet to each connection. For each hand-off in the graph, document the trigger condition, the field-write authority on each side, and the rollback path. Three columns, one row per hand-off. Start with the hand-offs that touch the most-used opportunity fields: Stage, Amount, Close Date, Forecast Category.
Enforce field-write scopes at the permission level. Don't rely on configuration conventions that depend on future admins following the current admin's undocumented intent. If Agent A isn't supposed to write the Amount field, remove that permission explicitly.
Set up your error queue. Decide where agent errors surface and who reviews them. If you don't have a Sales Ops review queue for agent errors today, build one before June 15 -- not after you've noticed phantom hand-offs in the pipeline data.
Run a Slack First Sales test interaction. Before it goes live for your whole org, trigger a Slack interaction manually, confirm the field write appears correctly in Salesforce, verify the activity log, and check which profile name appears on the write.
The pipeline hygiene practices that keep pipeline data clean in a human-driven process matter twice as much in an agent-driven one. Agents don't make excuses for bad data -- they amplify it at scale. Get the governance right before June 15, and the orchestration layer becomes a genuine revenue operations asset. Skip this audit, and you'll spend the summer in incident reports.
FAQ
Do we need to disable Multi-Agent Orchestration on day one?
Not necessarily. But you do need to know exactly which agents in your org are wired to hand work off to each other before June 15 goes live. If you can't answer that question today, a conservative approach is to disable orchestration for your most sensitive opportunity fields -- Stage, Amount, Close Date -- until you've completed the Hand-Off Triplet audit. You can re-enable incrementally as you document each hand-off properly.
What's the difference between Multi-Agent Orchestration and a Salesforce Flow?
A Salesforce Flow is a configured automation that executes predefined steps based on explicit logic you write. Multi-Agent Orchestration is different: agents make reasoning-based decisions about when to hand off and what to pass. Flows are deterministic; orchestrated agents are not. That's exactly why the Hand-Off Triplet matters -- you can't read a flow's logic to understand what an agent decided to pass along. You need a documented trigger condition to verify agent behavior matches your intent.
Where does Slack First Sales sit in our audit log?
By default, Slack messages are not Salesforce activity records. When a rep's Slack reply triggers an agent write to Salesforce, that write will appear in the field history on the record -- but the Slack message that caused it won't automatically appear as an associated activity. You need Slack-to-Salesforce activity sync enabled and configured to log Slack interactions as activities on the relevant record. Confirm this is active before June 15, or you'll have field history entries with no human-readable rationale.

Co-Founder & CMO, Rework
On this page
- What Actually Ships on June 15
- Why Multi-Agent Orchestration Changes the Sales Ops Job
- The Three Hand-Off Failure Modes Sales Ops Has to Block
- Phantom Hand-offs
- Loop Traps
- Authority Drift
- The Hand-Off Triplet Framework
- Slack First Sales: The Other Audit
- The 5-Question Pre-June-15 Audit
- What to Do This Week
- FAQ