Share Group

Administration 🟢 Beginner
📖 4 min read

Definition

Share Group is a configuration tool or concept within Salesforce administration that governs platform behavior. Administrators use it to manage access, enforce data quality, and customize the user experience without writing code.

Real-World Example

At their company, a Salesforce administrator at Coastal Health leverages Share Group to maintain data quality and enforce organizational policies across the platform. By properly setting up Share Group, they prevent common data entry errors and ensure that users follow established business processes, which saves the support team hours of cleanup work each week.

Why Share Group Matters

Share Groups in Salesforce are collections of users that can be referenced in sharing rules, manual sharing, and other access control mechanisms. They serve as an abstraction layer that simplifies record-level access management by allowing admins to grant access to a named group rather than to individual users. Share Groups can include users directly, can nest other groups, and can incorporate role hierarchies, making them flexible building blocks for complex sharing architectures. The most common type is the Public Group, which admins create in Setup and use as the target of criteria-based or owner-based sharing rules.

As organizations grow and their data access requirements become more nuanced, Share Groups become essential for maintainable security architecture. Without groups, an admin who needs to share records with 50 specific users would have to create 50 individual sharing entries — and update all of them when a person joins or leaves the team. With a Share Group, the admin creates one sharing rule targeting the group and simply updates group membership as people change roles. Poorly managed Share Groups — groups with stale members, unclear naming conventions, or undocumented purposes — create security risks where former employees or wrong departments may retain access to sensitive records indefinitely.

How Organizations Use Share Group

  • Nexus Global Trading — Nexus creates a Share Group called 'Compliance Reviewers' containing users from legal, risk, and audit departments. A single criteria-based sharing rule shares all Opportunities above $1M with this group, ensuring compliance oversight without giving these departments access to the entire Opportunity pipeline.
  • Crestview Real Estate — Crestview nests regional Share Groups inside a national group to create a hierarchy that mirrors their organizational structure. The 'West Coast Agents' group is a member of the 'National Sales' group, so any record shared with National Sales automatically includes West Coast agents. This nesting reduces the number of sharing rules from 15 to 3.
  • Vertex Healthcare — Vertex uses Share Groups to manage access during organizational restructuring. When two departments merge, the admin simply adds the old department's group as a member of the new department's group. All existing sharing rules for the new group automatically extend to the merged team members, completing the access migration in minutes rather than days.

🧠 Test Your Knowledge

See something that could be improved?

Suggest an Edit