Skip to main content
New tool CRON Expression Builder — preview next run times before you schedule Apex. Open the builder →
3D rendered gear with circuit patterns, representing Salesforce Summer '26 features.
Apex

Salesforce Summer '26 Features for Developers

The Salesforce Summer '26 release brings several impactful features for developers and administrators, streamlining common tasks and enhancing platform capabilities. This article highlights key updates across security, reporting, and Flow Builder that you should implement.

The short answer

The Salesforce Summer ’26 release delivers developer and administrator enhancements across permissions visibility, reporting limits, and Flow Builder customization. Notable updates include the Object Manager Field Access summary, support for two row-level formulas in reports, and styling hook configuration for custom Flow screen Lightning Web Components.

Key takeaways Audit field-level security across Profiles, Permission Sets, and Permission Set Groups from the consolidated Field Access view in Object Manager. Calculate multiple row-level metrics, such as commission rates and time-to-close, directly in reports by utilizing up to two row-level formulas per report. Expose component style settings to Flow authors by adding <stylingHook /> tags inside the .js-meta.xml file of custom Lightning Web Components. Assign the Manage Shared List Views permission to let users share personal list views with roles, groups, and territories without granting org-wide public list view editing access.

Salesforce Summer ’26 Release Highlights for Technical Teams

The Salesforce Summer ’26 release is now generally available. While much of the focus might be on Agentforce capabilities, several platform enhancements offer significant value to developers, technical architects, solution architects, and administrators. This article details key features designed to improve efficiency, security, and development workflows.

1. Streamlined Field Access Visibility

Feature: Field Access Summary in Object Manager.

Impact: Previously, determining field-level security (FLS) required navigating through Profiles, Permission Sets, and Permission Set Groups individually. The new Field Access feature in Object Manager provides a consolidated, read-only view for a specific field. This significantly reduces the time spent on security audits and troubleshooting access issues.

Access: Setup -> Object Manager -> Select Object -> Field Access -> Select Field.

Note: This view is for visibility and diagnosis only; modifications must still be made via Profiles, Permission Sets, or Permission Set Groups.

2. Enhanced Permission Dependency Tracking

Feature: Real-time permission dependency insights in the enhanced profile user interface.

Impact: When modifying user permissions, object permissions, or assigned apps, Salesforce now proactively displays related permission updates needed to maintain consistency. This prevents unexpected side effects and reduces the reliance on post-change analysis via the Setup Audit Trail.

Workflow: After saving permission changes, users are prompted to review and confirm any cascading updates.

3. Expanded Reporting Capabilities with Row-Level Formulas

Feature: Support for up to two row-level formulas per Salesforce report.

Impact: This enhancement allows for more complex calculations directly within reports, eliminating the need to create additional formula fields on objects. This reduces admin overhead and accelerates the delivery of insights. Developers can now implement sophisticated reporting logic, such as side-by-side commission rate and time-to-close calculations, without data model clutter.

4. Granular List View Sharing and Editing Control

Feature: New toggle for editable shared list views and the Manage Shared List Views permission.

Impact: Admins can now enable users with the Create and Customize List Views permission to edit shared list views. The Manage Shared List Views permission allows users to share their personal list views with specific roles, groups, and territories without requiring the broader Manage Public List Views permission, which previously granted extensive control over all public list views.

5. Efficient Screen Flow Design with Radio Button Groups

Feature: The Radio Button Group screen component.

Impact: This component offers a compact, visually appealing way to present single-choice options in Screen Flows. It optimizes screen real estate by arranging choices horizontally on desktop and vertically on mobile, reducing scrolling and improving user experience.

Considerations: Suitable for up to seven choices. For more options, consider Picklist or standard Radio Buttons. Does not support the Display text input option.

6. Exposing Style Settings for Custom Flow Screen Components

Feature: Styling hooks for custom Lightning Web Components (LWCs) used in Flow Screens.

Impact: Developers can now expose style configurations (e.g., colors, spacing, dimensions) directly within Flow Builder. This allows flow authors to easily customize component appearance to match application branding without requiring developer intervention for each stylistic adjustment.

Implementation: Add <stylingHook /> and optional <stylingHookGroup /> tags within the .js-meta.xml file under the <targetConfig targets="lightning__FlowScreen"> section of your LWC.

7. Enhanced Date Operators in Flow Decision Elements

Feature: New date operators for Date data types in Flow Decision elements.

Impact: Building date-based logic in flows is simplified with operators like Is Today, Is Tomorrow, Is On, Is Anniversary of Today, and Last Number of Days. This eliminates the need for complex formula workarounds and improves the clarity and maintainability of time-sensitive automation.

Note: These enhancements apply to Date fields only, not DateTime fields.

8. Redesigned Validation Panel in Flow Builder

Feature: The validation panel is now closed by default when opening a draft flow.

Impact: This change allows developers to focus on building flows without immediate interruptions from validation messages. Errors and warnings are presented in organized cards, grouped by element, and clicking a card directly navigates to the relevant property panel for resolution. This streamlined approach improves troubleshooting efficiency.

9. Collapsible Fault Paths in Flow Builder

Feature: Fault paths can now be collapsed and expanded on demand.

Impact: Simplifies the flow canvas by allowing users to hide fault paths until they are needed for review or editing. This reduces visual clutter, especially in flows with multiple fault paths, and helps maintain focus on the primary flow logic. The browser remembers the collapsed/expanded state, providing a personalized canvas view.

10. Expanded Dark Mode Support (Beta)

Feature: Dark mode available for SLDS 2 themes in Performance and Unlimited editions, and support for uploading dark-mode company logos.

Impact: Provides a more consistent and accessible user experience across different editions and themes. Admins can configure dark mode settings under Themes and Branding.

Note: This feature is currently in beta and subject to standard beta terms and conditions.

Key Takeaways

  • Security Audits: Field Access visibility significantly simplifies FLS reviews.
  • Permission Management: Proactive dependency tracking reduces unexpected permission-related issues.
  • Reporting Efficiency: Row-level formulas enable more complex reporting without schema changes.
  • Flow Builder Enhancements: New components, styling options, and improved validation/error handling streamline flow development and maintenance.
  • User Experience: Expanded dark mode support improves platform accessibility.

Originally reported by salesforceben.com

Frequently asked questions

How do you view Field Access in Object Manager?

Navigate to Setup, open Object Manager, choose your object, select Field Access from the sidebar, and choose the specific field. This displays a consolidated, read-only view of field-level security across all Profiles, Permission Sets, and Permission Set Groups.

How many row-level formulas can you have in a Salesforce report?

Salesforce reports support up to two row-level formulas per report. This enables complex record-level calculations without requiring formula fields on the underlying object schema.

How do you expose styling hooks for custom LWCs in Flow Builder?

Add <stylingHook /> and optional <stylingHookGroup /> tags inside the .js-meta.xml configuration file under the <targetConfig targets="lightning__FlowScreen"> section. This allows Flow authors to adjust component styling directly within Flow Builder.

What is the difference between Manage Shared List Views and Manage Public List Views?

The Manage Shared List Views permission lets users share personal list views with their assigned roles, groups, and territories. In contrast, Manage Public List Views grants broad administrative access to edit or delete any public list view across the org.

Newsletter

One email every Tuesday

New guides, tool updates, and the release-note changes that break things.

No spam. Unsubscribe in one click.

Comments

Loading comments...

Leave a Comment