Setting up Account Teams in a new Salesforce org takes about thirty minutes. The cost of skipping it is paid every quarter forever, in the form of reps fighting the manual sharing button.
- Enable Account Teams
Setup > Feature Settings > Sales > Account Teams > enable. The setting is org-wide, applies to all Accounts, and cannot be easily reversed if Account Team membership data has been created.
- Customize Team Roles
Setup > Account Teams > Team Roles. Edit the default role picklist values to match what your sales org actually calls each role. Keep the count under ten and align with Opportunity Team Roles if you have them.
- Configure default access per role
Setup > Account Teams > Default Access. Decide which roles get Read Only versus Read/Write on Account, Contact, Opportunity, and Case. This is the single most-skipped step in Account Team setup and the source of "the team can edit deals they should not" support tickets.
- Set Default Account Teams on key Users
Setup > Users > select a User > Default Account Team > Add Team Members. Configure for sales managers and rep leads first; their default teams auto-apply on Account create and ownership change.
- Test the team on a sandbox Account
Create an Account, confirm the default team applies, check that the access levels match expectations, and verify the team shows up in Account list views and reports.
- Roll out to the broader sales org
With the default access dialed in and the team roles aligned, train sales managers on Default Account Team configuration. The rollout often takes the form of a one-pager and a thirty-minute office hour rather than a full training session.
Configure these in Setup before sales reps start populating teams. Default Read/Write on every object is the most permissive (and most-skipped) setup; tighten according to who should actually edit what.
- Default Team applies retroactively to existing Accounts only when the User checks the relevant box at Default Team update time. Without that checkbox, only new Accounts the User creates or takes ownership of get the team.
- Account Team caps at five members per Account by default. Salesforce Support can raise this to twenty-five but the request requires justification and existing Accounts do not auto-expand.
- Account Team is not the same as Opportunity Team. Adding a User to one does not add them to the other. Build both relationships explicitly if your sales motion needs them.
- Mass-assigning teams through the UI is slow. Use the AccountTeamMember API through Data Loader or Apex for territory realignments and bulk updates.