You ship a new validation rule to close a data-quality gap on Opportunity. Three days later your Pardot connector queue is full, a scheduled API job into your finance system starts erroring out, and the person who requested the rule has no idea it’s connected to either problem. Nobody approved the blast radius. Nobody told the teams downstream. If your Salesforce validation rules keep breaking your integrations, the rule itself usually isn’t the problem — the process that lets a rule ship without anyone checking who else touches that object is. This is the exact governance gap we close for clients during a Cloud Nexus org review, and the framework below is what we put in place afterward.
Quick Answer: Validation rules keep breaking integrations because most orgs have no process for checking who else depends on a field before a rule ships. The five recurring causes are: (1) no change notification when a rule is added or edited, (2) rules that apply to integration and connector users the same as human users, (3) no sandbox or staging test before activation, (4) no single owner responsible for reviewing new rules, and (5) old rules that never get retired or audited. The fix isn’t fewer validation rules. It’s a lightweight governance process: a change log, an integration-user exclusion standard, a staging test step, a named owner, and a quarterly audit. Our guide on clearing a Pardot sync error queue shows exactly what it looks like when this process is missing.
1. No Change Notification Process: Why Does Nobody Know a Rule Shipped?
Nobody knows a rule shipped because most orgs have no standing channel where Salesforce changes get announced before they go live. A single admin can activate a validation rule in minutes, and nothing in Setup requires notifying marketing ops, the integration owner, or anyone running a scheduled job against that object. As a result, the first sign of a new rule is usually a downstream failure, not an announcement.
Fix: Stand up a lightweight change log — a shared Slack channel, a running document, or a Chatter feed — where every new or edited validation rule gets posted before activation. Require a one-line description of which fields and record types it touches. Specifically loop in marketing ops any time the rule touches a field mapped to Pardot, Lead, Contact, or Opportunity, since those are the objects most likely to be syncing in the background. Add the marketing ops lead as a required subscriber on that log, not an optional one, so they see the post before the rule goes live rather than after their sync breaks. This alone catches most conflicts before they reach production.
2. Rules Don’t Distinguish Integration Users From Humans: Why Does the Connector Get Blocked Too?
A validation rule blocks the connector because Salesforce treats an integration user exactly like a human user unless the rule is written to say otherwise. The Pardot connector, a middleware job, or an API integration submits records the same way a rep does, and a rule written for a data-entry screen has no way of knowing it’s about to hit a five-field web form or a nightly batch job. Consequently, rules aimed at improving human data entry end up blocking automated systems that have nothing to do with the original problem.
Fix: Maintain a standard exclusion condition for every validation rule — typically checking against a connector user’s alias or a dedicated permission set — and apply it by default to any rule touching a synced or integrated object. Keep a documented list of every integration user in the org so nobody has to guess which accounts need the exclusion. Our breakdown of Salesforce duplicate and matching rules covers the same exclusion pattern for dedupe rules.
3. No Staging or Sandbox Testing: Why Does a Rule Reach Production Untested?
A rule reaches production untested because activating a validation rule directly in production takes the same two clicks as testing it in a sandbox first, and the sandbox step is easy to skip under deadline pressure. Unfortunately, a rule that looks correct against a handful of manually reviewed records can still break an automated import, a bulk API job, or a scheduled sync running thousands of records overnight. In practice, the failures that matter most are the ones that only show up at volume.
Fix: Require every new or edited validation rule to run in a full or partial sandbox against a realistic data sample, including a manual resync or bulk import test, before it moves to production. Treat this the same as a code deployment, with a checklist step for “test against integration user” and “test against bulk load.”
4. No Single Owner: Why Does Everyone Assume Someone Else Approved It?
Everyone assumes someone else approved the rule because “everyone” isn’t actually anyone in most orgs. Admin access is often shared across two or three people, and any one of them can activate a rule without a second person weighing in. This gap widens further in orgs where a consultant, an internal admin, and a power-user each hold System Administrator access.
Fix: Name one person, not a team, as the validation rule owner responsible for reviewing every new rule before activation, even a rule someone else wrote. Give that owner visibility into every integration touching the org so they can catch conflicts the requester wouldn’t think to check.
5. Rules Never Get Retired: Why Is Your Org Carrying Years of Dead Rules?
Your org is carrying years of dead rules because deactivating a validation rule feels riskier than leaving it alone, so nobody does it. A rule written for a process that no longer exists, a field that’s been replaced, or a business unit that was sold off two years ago keeps evaluating on every save regardless. Over time, these leftover rules become the hardest ones to diagnose, because nobody remembers why they exist.
Fix: Run a validation rule audit at least once a year. Export the full list from Setup, note the last time each one actually fired using debug logs or an org health tool, and retire anything tied to a dead process. Document the reason for keeping each surviving rule so the next audit is faster than this one.
The Validation Rule Governance Framework We Use With Clients
A working governance process needs five parts, and none of them require new software. Most mid-market orgs can put this in place in a single sprint.
- A change log with marketing ops as a required subscriber. Every new or edited rule gets posted somewhere visible before it goes live, with the fields and object it touches — and marketing ops is looped in by default on anything touching a Pardot-synced object, not added after something breaks.
- An integration-user exclusion standard. A documented, reusable exclusion condition that every rule touching a synced object includes by default.
- A sandbox test step. No rule reaches production without a bulk-load and integration-user test first.
- A named owner. One person accountable for reviewing every rule, not a shared inbox or a rotating team.
- A quarterly audit. A standing calendar reminder to review every active rule and retire the ones tied to dead processes.
Why Is Validation Rule Governance Worth Setting Up Before It Breaks Something Else?
Governance is worth setting up because the cost of skipping it isn’t really a validation rule problem, it’s a trust problem between teams. Marketing stops trusting that a Salesforce change won’t break their sync. Finance stops trusting that a data export will run clean. Once that trust erodes, every team starts building workarounds instead of using the shared system the way it was designed.
This is the same governance gap we close during a Cloud Nexus org review, pairing your Salesforce admin with the teams running Pardot, your finance integration, or your data warehouse so a validation rule change stops being a surprise to anyone downstream.
Frequently Asked Questions
How do I keep marketing ops looped in before a Salesforce validation rule ships?
Add marketing ops as a required subscriber on your validation rule change log, not an optional one, so they see every new or edited rule touching a Pardot-synced object before it activates. In practice this means naming the marketing ops lead by name in the change process, not just posting to a channel they may or may not read, and requiring their sign-off on any rule touching Lead, Contact, or Opportunity fields that feed the connector.
How many validation rules is too many for a Salesforce org?
There’s no fixed number that counts as too many. The real warning sign is whether anyone in the org can explain what a given rule does and why it exists, and most mid-market orgs run into governance problems well before they hit any technical limit on rule count.
Should validation rules apply to integration users?
Not by default. A validation rule written for human data entry should generally include an exclusion condition for connector and integration users, unless the rule is specifically meant to enforce data quality on automated syncs too. Applying every rule to every user type is one of the most common causes of a broken sync queue.
Does validation rule governance replace change management software?
No, and it doesn’t need to for most mid-market orgs. A shared change log, a named owner, and a sandbox test step cover the same ground that dedicated change management tools provide, without the added licensing cost, until an org grows large enough to justify one.
How long does it take to set up a validation rule governance process?
Most mid-market orgs can put the core process in place in a single sprint. A change log, an exclusion standard, and a named owner take a few hours to define and document. The harder part is the first audit, which can take a day or two depending on how many years of rules have accumulated without review.
How do I get help auditing our existing validation rules?
A Cloud Nexus org review is a free 90-minute session where a senior consultant reviews your validation rules, integration users, and change process directly with your team. You leave with a prioritized list of which rules are causing active problems and which are safe to retire.
Not Sure Which of Your Validation Rules Are Causing Problems?
Our free 90-minute org review audits your validation rules, integration users, and change process with a senior consultant. You leave with a prioritized fix list, not a 40-page PDF.
Book Your Free Org Review →



