Let's cut through the noise: most Salesforce failures aren't about the platform—they're about missing governance. I've seen healthcare orgs lose patient data due to uncontrolled custom objects, and manufacturing companies waste $200k+ on redundant integrations. Governance isn't a compliance checkbox—it's the backbone of a sustainable Salesforce instance. Here’s how to build it from scratch, based on 10+ enterprise rollouts across finance, healthcare, and retail.
Start with a brutal inventory. In a recent $500M healthcare client, we discovered 147 unmanaged custom objects, 37 duplicate lead capture flows, and 80% of developers using personal sandbox orgs. Use this SOQL to surface hidden technical debt immediately:
SELECT Id, DeveloperName, CreatedDate, NamespacePrefix FROM CustomObject WHERE NamespacePrefix = '' AND CreatedDate < LAST_N_DAYS:365
Run this in your production org *before* you define any policies. You'll find objects that should never have existed—and the teams that created them. This audit isn't optional; it's your baseline.
Forget generic "use best practices" statements. Policies must solve *your* pain points. At a global retailer, we mandated:
Governance dies in a binder. We built this into the DevOps pipeline:
SELECT * FROM in Apex (reduces data leaks)At a financial services client, this stopped a rogue team from deploying a "quick fix" that bypassed audit logs. The cost of the fix? $0—because the pipeline blocked it.
Stop assigning "Governance Committee." Use a RACI matrix that names *people*, not roles:
| Policy | Responsible | Accountable | Consulted |
|---|---|---|---|
| Custom Object Approval | Admin Team Lead | Head of IT | Compliance Officer |
At a manufacturing client, we had a VP of Sales *actually* sign off on lead assignment rules. When sales tried to bypass them, the VP blocked the request. Governance sticks when the accountable person feels the pain of non-compliance.
This framework works because it's not about *more* rules—it's about *smarter* rules. You start with what's broken (the audit), enforce what matters (industry-specific policies), and make compliance unavoidable (embedded in workflows). The healthcare client that followed this reduced security incidents by 92% in 6 months. The retail client saved $1.2M in wasted dev time.
Don't start with a perfect framework. Start with *your* biggest pain point. Audit, fix that, then scale. Governance isn't a project—it's how you operate.
Ready to see where *your* org is bleeding governance? Run a free Salesforce health scan—it takes 3 minutes and will show you your top 3 governance gaps. No fluff. Just the hard truths you need to fix.