
Jul 1, 12:00 – 1:00 AM (UTC)
Salesforce User Group, Wellington, New Zealand
Returning by popular demand - release highlights! The Summer 26 release goes into production instances in just a few days from now so it's the perfect time to explore release highlights. Join us online, as some of our very own SFWelly whānau will be sharing some of their favourite new features to help you get on track with all the latest and greatest functionality.
(Note we accidentally skipped one of Sarah's slides in the live presentation, it is included in the slide deck attached here.)
Richard: this query is handy to find affected users with elevated privileges:
SELECT
Assignee.Id,
Assignee.Name,
Assignee.Username,
Assignee.IsActive,
Assignee.Profile.Name,
PermissionSet.Name,
PermissionSet.Label,
PermissionSet.IsOwnedByProfile,
PermissionSet.Profile.Name,
PermissionSet.PermissionsModifyAllData,
PermissionSet.PermissionsViewAllData,
PermissionSet.PermissionsCustomizeApplication,
PermissionSet.PermissionsAuthorApex
FROM PermissionSetAssignment
WHERE Assignee.IsActive = true
AND (
PermissionSet.PermissionsModifyAllData = true
OR PermissionSet.PermissionsViewAllData = true
OR PermissionSet.PermissionsCustomizeApplication = true
OR PermissionSet.PermissionsAuthorApex = true
)
ORDER BY Assignee.Name
Charles: https://help.salesforce.com/s/articleView?id=005321566&type=1
Shane: step-up authentication isn't required when the user’s profile has Login IP restrictions configured and the IP address has not changed between login and report download. Range limits are already enforced for this configuration.
Step-up authentication isn't required when the user’s profile has Login IP restrictions configured and Enforce login IP ranges on every request is enabled in Session Settings for the org.
Also, If you are using MS SSO, the changes might trigger a security upgrade cascade in MS that locks users out if their MS MFA is a legacy one.
Stephen: vote for this: https://ideas.salesforce.com/s/idea/a0BHp000017Jk5lMAC/extend-sandbox-email-blackhole-to-sales-cloud-with-addresslevel-exceptions
Shusen: About email setting
I understand that you are using DKIM in production and you don't want to use DKIM in sandbox, in such cases, you can try the following
1.Add the domains to authorized email domains in production and enable copy to sandbox checkbox as mentioned in the following article:
https://help.salesforce.com/s/articleView?id=xcloud.security_email_auth_domains.htm&type=5
2.You can use "substitute email address for unverified domains." under email deliverability settings. This allows emails to be sent without domain verification.
AI NOTES
Quick recap
This was a virtual SFWELLY (Salesforce Wellington) community session where Sarah and Amy presented their favorite features from the Summer '26 Salesforce release. Sarah demonstrated the new flow visual comparison tool for identifying version changes at a glance and data table lookup enhancements that allow renaming columns and adding hyperlinks. Amy highlighted the Agentforce Builder transition, error rate monitoring improvements, the web console in beta, and row-level formula enhancements. Anna provided updates on security changes including MFA requirements and shared information about upcoming community events including Kiwi Dreaming in July and an Agentforce challenge in August. Other participants including Stephen and Mark contributed additional insights about sandbox features and security settings, with the session concluding after 45 minutes of presentations and Q&A.
Next steps
Amy
✅ Add the link to the Trailhead module for Agentforce Setup to the slide deck or meeting listing: https://trailhead.salesforce.com/content/learn/modules/setup-with-agentforce-for-admins
Anna
✅ Share the slide deck, including the missing pages and any additional links discussed, back on the meeting listing by the end of the weekend.
✅ Add the link to the Salesforce idea for the Email Black Hole feature (shared by Stephen) to the meeting listing https://ideas.salesforce.com/s/idea/a0BHp000017Jk5lMAC/extend-sandbox-email-blackhole-to-sales-cloud-with-addresslevel-exceptions
✅ Add the link to the Salesforce Agentforce challenge for Australia and New Zealand to the meeting listing. https://agentforce-360-league-353a8a8aec02.herokuapp.com/ANZ/?utm_source=cgl&utm_medium=marketing&utm_campaign=anz_challenge
✅ Add the dates for upcoming events (Kiwi Dreaming, Dreamforce, True Blue Blazing, Down Under Dreaming Brisbane) to the meeting listing (see above).
Collaboration
- All attendees (especially admins and users with elevated permissions): Ensure phishing-resistant MFA is set up and have the org ID ready in case of lockout.
- All attendees: Vote on the Salesforce idea for the Email Black Hole feature to be available outside of Marketing Cloud Next. https://ideas.salesforce.com/s/idea/a0BHp000017Jk5lMAC/extend-sandbox-email-blackhole-to-sales-cloud-with-addresslevel-exceptions
- All attendees: Consider contacting Salesforce support to enable the feature allowing choice between preview and non-preview sandboxes during creation.
Summary
Summer 26 Release Highlights Meeting
The meeting began with casual conversation about the cold weather experiencing by participants in New Zealand and other locations. Anna welcomed attendees and announced that the formal presentation about Summer 26 release highlights would start soon, featuring speakers Sarah and Amy. The session was being conducted virtually to include remote community members, with plans to take team photos and share recordings and materials on the meeting listing platform.
Salesforce Release Updates Presentation
Sarah presented on Salesforce release updates, focusing on admin efficiency improvements including visual flow comparison features, data table lookup enhancements, and permission management tools. She demonstrated the new visual comparison feature which shows changes between flow versions and the enhanced data table lookups that now display column names and allow for hyperlinks. The permission management updates were highlighted as particularly useful for reviewing permissions in organizations with many permission sets.
Salesforce Updates and Transitions
Amy, a functional analyst from Suncorp New Zealand, shared updates on new Salesforce features including the transition from the Legacy Agentforce Builder to the new Agentforce Studio, which will no longer accept new agent builds after the 13th. She highlighted the Agentforce Setup tool as a powerful replacement for legacy setup processes, offering 500 free actions monthly and various automation capabilities. Amy also discussed improvements to flow error monitoring, which now shows error rates as percentages to help with triaging issues, and the new beta web console featuring dark mode and VS Code-like functionality.
AI Tools and Security Updates
Anna demonstrated how generative AI tools can help summarize release features and highlighted the SFXD Abridged Summer 26 Release Notes as a valuable unofficial resource. She announced that security changes including MFA requirements are being implemented, with production environments starting from today, and advised attendees to save their org ID as access might be restricted without proper MFA setup.
Salesforce MFA Requirements Update
Anna discussed upcoming changes to multi-factor authentication (MFA) requirements in Salesforce, explaining that admin users and those with elevated permissions will need phishing-resistant MFA, while standard users will have MFA enforcement strengthened. The team discussed how report access has been modified, with re-authentication now only required for report exports rather than just viewing reports, though some participants noted ongoing authentication issues with report access. Anna announced several upcoming Salesforce community events including Kiwi Dreaming in July, an Agentforce challenge in August, Dreamforce in September, and True Blue Blazing in Melbourne in October.
Salesforce Email & Sandbox Updates
The meeting focused on discussing new Salesforce features, particularly around sandbox environments & email deliverability. Stephen shared details about a new Email Black Hole feature in Marketing Cloud Next that could help with testing, though not available in Sales & Service Cloud. Mark spoke about a new Summer 26 feature allowing users to choose between preview & non-preview sandboxes during creation, though Salesforce support enablement is required. Stephen also demonstrated a useful checkbox in the deliverability settings that allows sending emails for unverified domains without requiring DKIM key setup in sandboxes. The group discussed these features' practical applications and shared resources including links to Salesforce ideas and support articles.
Suncorp NZ
Salesforce Functional Analyst
Waikato-Tainui
Salesforce Administrator
CONTACT US