What a managed service actually covers
"Managed services" is used loosely in the Salesforce market — it covers everything from a resold helpdesk to a full engineering team. Before you compare providers, pin down the workstreams. A complete service covers five.
1. Release management
Salesforce ships three major releases a year, and your org takes them whether you are ready or not. Release management means reading the release notes for what actually affects your org — deprecations, API version retirements, permission changes, automation engine behaviour — testing your critical paths in a preview sandbox before production is upgraded, and keeping your own deployment pipeline healthy so changes ship in small, reviewed increments instead of heroic weekends.
2. Administration
Users, permission sets, page layouts, record types, data quality, reports and dashboards, the steady flow of routine configuration requests. Unglamorous, but the majority of day-to-day demand — and the place where an unowned org decays first: orphaned users, permission sprawl, duplicate records, dashboards nobody trusts.
3. Monitoring
An org that is only inspected when someone complains is already failing quietly. Proper monitoring watches unhandled Apex exceptions and flow faults, integration failures and queue depth, API request consumption against limits, data and file storage growth, certificate and credential expiry, and login anomalies. The goal is simple: the operations team tells the business about a problem, not the other way round.
4. Optimisation
Continuous, planned improvement of what already exists: consolidating overlapping automation, retiring dead code and unused fields, tightening the permission model, improving page and report performance, and paying down technical debt in scheduled increments rather than emergency rescues. If your org already needs the emergency version, start with our technical debt rescue playbook.
5. Minor development
A steady stream of small features: a new flow, an Apex fix, a Lightning component adjustment, an integration mapping change. These go through the same engineering pipeline as project work — version control, code review, automated tests — because "minor" describes the effort, not the standard. Choosing the right tool for each item matters too; our framework for when to write Apex applies to run work as much as to projects.