When should sales operations own the CRM versus IT — and what's the handoff model?
TL;DR
SalesOps owns what the CRM does for revenue (process, fields, automation, reports, adoption); IT owns how the platform runs (identity, security, compliance, infrastructure, integrations, recovery). The handoff is at the data-and-API boundary, codified in a one-page RACI that names humans, governed by a weekly/monthly/quarterly cadence.
Without this, the predictable failure modes — shadow admin culture, six-week field tickets, and unowned integration outages — show up on schedule.
Direct Answer
Sales operations should own the day-to-day CRM business model — process design, pipeline stages, fields, layouts, automation, reports, adoption — while IT owns the platform contract — identity, security, compliance, infrastructure, integration governance, and disaster recovery. The handoff is at the data-and-API boundary: SalesOps decides what data must exist and how it flows to drive revenue; IT decides how that data is provisioned, encrypted, audited, and connected to the rest of the enterprise.
Anything genuinely shared belongs to both, with one named human accountable in writing.
Primary references. Salesforce Well-Architected (https://architect.salesforce.com/well-architected/overview), Center of Excellence decision guide (https://architect.salesforce.com/decision-guides/coe), permission set groups (https://help.salesforce.com/s/articleView?id=sf.perm_sets_groups_overview.htm), and the Salesforce Trust site (https://trust.salesforce.com/) for compliance attestations.
NIST CSF 2.0 (https://www.nist.gov/cyberframework), ISO/IEC 27001 Annex A (https://www.iso.org/standard/27001), CIS Controls v8 (https://www.cisecurity.org/controls), and OWASP API Security Top 10 (https://owasp.org/API-Security/) cover the IT side. DAMA-DMBOK (https://www.dama.org/cpages/body-of-knowledge) supplies the data-governance vocabulary.
Gartner CRM strategy (https://www.gartner.com/en/sales/insights/crm-strategy), Forrester Wave for SFA (https://www.forrester.com/research/), and Salesforce State of Sales (https://www.salesforce.com/resources/research-reports/state-of-sales/) supply the quantified evidence: 30-40% higher three-year value retention, 8-10× deployment frequency, 3-4× more tickets per admin, and roughly half the change-failure rate in fusion-team orgs.
Platform-agnostic. Microsoft Dynamics 365 (https://learn.microsoft.com/en-us/power-platform/admin/admin-documentation) and HubSpot (https://knowledge.hubspot.com/account-security) follow the same pattern with platform-specific primitives.
Related Pulse entries: /knowledge/q14 (RevOps charter), /knowledge/q34 (RevOps tooling stack), /knowledge/q41 (Salesforce admin RACI), /knowledge/q56 (forecast cadence), /knowledge/q63 (incident response for revenue systems), /knowledge/q88 (CRM data governance), /knowledge/q119 (sandbox strategy), /knowledge/q145 (data classification), /knowledge/q172 (integration platform), /knowledge/q198 (audit-readiness), /knowledge/q207 (change management), /knowledge/q241 (vendor security review).
Bull Case
SalesOps owns the Opportunity object — stages, probabilities, required fields, validation, dashboards. IT owns the org — SSO (Okta/Entra), MFA, IP allowlists, permission set groups, sandbox refresh, DevOps Center pipeline (https://help.salesforce.com/s/articleView?id=sf.devops_center_overview.htm), backup vendor, audit log retention.
SalesOps requests a new field through the joint backlog; IT security-reviews within the week; sandbox-to-prod ships in 3-5 days with automated tests. MTTD on security regressions <24h, MTTR on compliance findings <5 days, forecast accuracy >85%, admin headcount efficient because work is correctly routed at intake.
Bear Case (three concrete failure modes)
- SalesOps owns everything including security. Symptoms: profile sprawl, View All Data on every admin, no MFA on sandbox users, hard-coded API user, no audit log review. Outcome: SOC 2 or HIPAA findings, emergency platform lockdown freezing revenue ops for a quarter, board-level remediation. SANS guidance (https://www.sans.org/white-papers/) flags this as the most common Tier-1 finding in mid-market SaaS audits. Cost: $300K-$1.5M plus six months distraction.
- IT owns everything including business configuration. Symptoms: six-week field tickets, parallel spreadsheets, forecast accuracy <70%, CRO loses confidence. Outcome: 12-18 month trust-rebuild, often a CRM replacement RFP costing millions that rarely solves the organizational problem. McKinsey RevOps research (https://www.mckinsey.com/capabilities/growth-marketing-and-sales/our-insights) documents this in roughly a third of mid-market deployments.
- Split ownership with no written RACI. Concrete: a Pavilion-to-Salesforce sync drops leads Friday afternoon. SalesOps thinks IT owns it; IT thinks SalesOps owns it. Three days pass before paging; 1,200 leads stale. The CMO asks who is accountable; no documented answer exists. Outcome: handoff failure at the worst moment, plus a permanent confidence tax. Fix: name humans not roles, publish the runbook before the incident.
Risk Register (sample)
| Risk | Likelihood | Impact | Owner | Mitigation |
|---|---|---|---|---|
| Shadow admin grants Modify All | Medium | High | IT Platform Lead | Quarterly profile audit, Setup Audit Trail review |
| Integration outage with no on-call | Medium | High | Integration Engineer | Synthetic monitoring + named on-call rotation |
| Forecast accuracy <70% | Medium | High | SalesOps Director | Monthly forecast variance review |
| SOC 2 finding on access control | Low | Critical | IT Platform Lead | Permission set groups + least-privilege review |
| Sandbox refresh breaks staged release | Medium | Medium | DevOps Lead | Documented refresh cadence + sandbox tier strategy |
Antipatterns (detection signals)
- Shadow admin. Non-IT employee has Modify All Data; no grant record. Detect via Setup Audit Trail and quarterly profile review.
- Single API user. All integrations authenticate as one named user with static password. Detect via Login History; remediate with Connected Apps and OAuth 2.0.
- Spreadsheet-as-source-of-truth. Sales managers email weekly forecast Excels. Detect via dashboard-vs-forecast variance.
- Ticket bouncing. Same request reassigned 3+ times. Detect via routing analytics; fix the RACI not the ticket.
- Silent integration drift. Vendor-side API change breaks a sync and no one notices for weeks. Detect via synthetic monitoring + named on-call.
Regulated-industry overlays
- HIPAA. IT enforces PHI field-level encryption, BAA inventory, and Shield Platform Encryption (https://help.salesforce.com/s/articleView?id=sf.security_pe_overview.htm). SalesOps tags PHI fields and limits exports.
- GxP / life sciences. IT owns Computer System Validation, change-control evidence, and 21 CFR Part 11 e-signature configuration. SalesOps owns process documentation and training records.
- FedRAMP. Use Salesforce Government Cloud; IT owns boundary attestation; SalesOps documents data-flow diagrams to support ATO.
Org-size scaling
- Under 200 employees. One SalesOps lead and one IT admin can run this with a written RACI and weekly sync. No CoE needed; the two-person fusion team is the CoE.
- 200-2000 employees. Stand up a formal CoE with a SalesOps Director, IT Platform Lead, Integration Engineer, and Security Architect. Quarterly architecture review becomes mandatory.
- 2000+ employees. Multi-region governance, business-unit subcommittees, dedicated DevOps engineer, vendor management office for integrations. Federation model: central CoE sets standards, business units operate within them.
Operator Playbook (30/60/90)
Days 1-30. One-page RACI naming humans. Integration inventory with named owners. Weekly 30-minute SalesOps/IT sync.
Days 31-60. Run Salesforce Optimizer and Security Health Check; close top ten findings jointly. Migrate profiles to permission set groups. Document change pipeline (sandbox tiers, deployment cadence, rollback).
Days 61-90. Monthly CRM health review and quarterly architecture review tied to GTM plan. Publish runbook for top-five incident classes. Measure MTTD/MTTR/deploy frequency; report quarterly to executive team.
Decision tree
- Changes how revenue is recognized, forecasted, or reported? SalesOps leads.
- Changes who can access what, or how data leaves the platform? IT leads.
- Both? Joint architecture review, single named owner, written decision log.
See /knowledge/q14 and /knowledge/q88 for templates.