Skip to main content
Featured group

* Salesforce Administrators *

Welcome #AwesomeAdmins! We’re so glad you’re here to learn and grow. We share good stuff, no fluff content, resources, and events by Admins, for Admins. Help one another collaborate, connect, and contribute. Ask questions, offer answers, share information to help this community grow!

We’re happy to share Winter ‘27 Release resources! 🩵 

 

 

🚨 BONUS: Get ready for FeatureFest at Dreamforce! 🚨 Discover what’s new in the Winter ’27 release, get personalized feature recommendations, connect with experts, earn exclusive swag, and leave ready to get more from Salesforce – all in one exciting Dreamforce experience. Stay tuned – we’ll share more details next week!

4 comments
0/9000
15 comments
  1. Aug 28, 6:17 PM

    @Nandita Shah here's a release notes matrix based on a PDF export of the Winter 27 release notes, created with some help from Claude. Given that it's AI assisted and I have not thoroughly proofread it, please let me know if any egregious errors pop up. Here too is a Claude Skill

    that's intended to be repeated against a future PDF download to make it easier/faster to generate this matrix in the future.  

     

    cc:

    @Carissa Morgan @Rafael Nascimento @Sonya Miller

0/9000

⛰️🛡️ New Hands-on Workshop for Premier & Signature Developers: Secure the Code: Find and Fix Vulnerabilities (DEX003) 

 

Insecure custom code is one of the leading causes of data breaches. In this 90-minute instructor-led workshop, you'll step into the role of a security-focused developer to audit and remediate critical vulnerabilities in Lightning components and Apex classes through a series of challenges.  

This hands-on workshop teaches developers how to prevent script injection, encrypt data securely, manage secrets, and control record access. You'll also learn to identify authentication flaws and data exposure risks. this practical workshop is for developers working with custom code at any stage: 

  • Build new code — learn to bake in secure patterns from the start, so vulnerabilities never make it to production
  • Review existing code — sharpen your eye for spotting injection flaws, insecure data handling, and access control gaps in code you didn't write
  • Maintain and harden production orgs — Use the Developer Console or VS Code to apply Salesforce platform security best practices that protect applications from evolving threats

Sessions are live and available! :calendar:

  • Wed Sep 2 — 3:30pm CET/Paris
  • Tues Sep 8 — 3:30pm ET/New York
  • Mon Sep 21 — 9am IST/Kolkata
  • Mon Oct 19 — 9am ET/New York
  • Check the session listings for additional workshops across regions :tada:

Interested in the Admin version of this security workshop? Check out upcoming sessions for ADX012

 

👉 Premier and Signature customersRegister today on Trailhead Academy — Course code: DEX003

 

#Salesforce Developer #Slack Developers

3 comments
  1. Aug 28, 12:27 PM

    Hi, unforutntely this session is for premier and signature customers only. Sorry

0/9000
1 answer
  1. Yesterday, 2:23 PM

    Hi! I recently prepared for the Salesforce Sales Cloud Consultant certification, and I’d strongly recommend starting with the official Salesforce exam guide and the “Prepare for Your Salesforce Sales Cloud Consultant Certification” Trailmix. Salesforce currently recommends combining hands-on experience, Trailhead, and self-study. (Salesforce)

    My biggest tip is to focus on scenario-based questions rather than memorizing features. Pay particular attention to Sales Lifecycle, forecasting, territory management, opportunity management, data architecture, security, reporting, and solution design.

    Also, spend time in a Salesforce org and practice designing solutions from real business requirements. That helped me understand the “why” behind the answers much better.

    Good luck with your preparation you’ve got this! 

0/9000
1 answer
  1. Manoj Nambirajan (Dell Technologies) Forum Ambassador
    Yesterday, 1:28 PM
0/9000

I implemented a Salesforce automation to simplify how we handle duplicate Prospect and Customer Accounts. Sharing the approach in case it helps other Salesforce Admins facing a similar scenario.

🔹 The Business Problem

In our process:

  • Sellers manually create Prospect Accounts in Salesforce.
  • Once a prospect becomes a customer, the Customer Account is automatically created in Salesforce through an integration with another system.
  • The original Prospect Account remains in Salesforce.
  • This can result in a Prospect Account and Customer Account representing the same company i.e, duplicate accounts.

Previously, sellers had to identify these duplicates and submit a ticket manually so an Admin could merge the records.

🔹 The Solution

I built an automation that follows this process:

Duplicate identified → Prospect Account flagged → Duplicate Account button + bell notification displayed → Seller clicks the button → Email sent to Service/Admin team → Admin reviews and merges the accounts

🔹 Implementation Steps

1. Create the Matching Rule and Duplicate Rule : A Matching Rule and Duplicate Rule to identify a Prospect Account and Customer Account as duplicates based on our internally defined matching criteria.

2. Create a Record-Triggered Flow: Record-Triggered Flow that runs when a Duplicate Record Set is created or updated.

Within the Flow:

  • Get Duplicate Record Items: Retrieve the Duplicate Record Items associated with the Duplicate Record Set.
  • Loop Through Duplicate Record Items: Loop through the Duplicate Record Items and assign the relevant Account/Company Name to a Flow variable.
  • Find the Matching Account: After the loop, use Get Records on the Account object to find the corresponding Account based on the Account/Company Name stored in the Flow variable.
  • Flag the Prospect Account: When the matching Account is found, update the Prospect Account and set our custom Duplicate Account checkbox field to True.

3. Display the Duplicate Account Button + Bell Notification: Duplicate Account button/action to the Account Lightning Record Page and configured Conditional Visibility based on the Duplicate Account checkbox.

When the checkbox is set to True, the seller sees the Duplicate Account button along with a bell notification. This gives the seller an immediate indication that Salesforce has identified the Account as a duplicate and that the records need to be reviewed/merged.

4. Notify the Admin Team: When the seller clicks the Duplicate Account button, an email is automatically sent to our ticketing system and Admin reviews and merges both Prospect and Customer accounts.

Here are screenshots of the flow:  

  #Salesforce Admin #Flow #Sales Cloud

I implemented a Salesforce automation to simplify how we handle duplicate Prospect and Customer Accounts. Sharing the approach in case it helps other Salesforce Admins facing a similar scenario.

 

Flow 2.png

 

Flow 3.png

1 comment
  1. Aug 27, 6:26 AM
    Thanks for sharing. This is very inspiring.
0/9000

Hello Everyone,

We are planning to migrate several WhatsApp conversational flows currently hosted in the BIRD platform and integrated with Salesforce to Salesforce Digital Engagement.

Could you please share any available documentation, best practices, implementation guides, or reference architectures related to this use case?

Additionally, we would like to understand whether it is possible to design and manage WhatsApp conversational flows using Agentforce, and if there are any specific considerations, limitations, or recommended approaches for this scenario.

Thank you in advance for your support and guidance.

1 answer
  1. Aug 26, 4:54 PM

    Hi Andres, 

     

    Salesforce's own path for this: Enhanced WhatsApp (Digital Engagement's Messaging channel) requires a verified WhatsApp Business Account (WABA) linked via a Meta Business Account, since Meta owns the WABA relationship, migrating from a BSP like BIRD means re-verifying/re-linking the phone number directly to Salesforce's native channel, not a simple config export/import. Meta's template review during this process typically takes about 4 days, so plan for that lead time. 

     

    Setup path: Setup > Messaging Settings > turn on Messaging > New Channel > WhatsApp > Connect to WhatsApp > log in with Meta Business credentials > select/create the WABA > verify the phone number. 

     

    On Agentforce specifically: yes, Agentforce Service Agents can run autonomously on WhatsApp conversations once Enhanced Messaging is active, they handle first-line inquiries (order status, appointment booking, etc.) and escalate to human agents via Omni-Channel when needed. Agentforce requires Enhanced Messaging specifically, the older/basic Messaging channel type won't support AI agents. 

     

    For conversational flow logic itself (routing, data collection before handoff), that's built with standard Flow, tied to the Messaging Session/Omni-Channel objects, not something migrated from BIRD's flow builder, you'll be rebuilding conversation logic natively in Flow Builder rather than porting BIRD's flow definitions directly. 

     

    Given migration specifics (BSP number porting, WABA re-linking, data continuity for MessagingEndUser/Conversation records) aren't something I have a definitive Salesforce migration guide for, I'd recommend a technical walkthrough with your Salesforce account team on Omni-Channel Flow configuration and WABA re-verification timing before starting.

0/9000

Hi! I’m trying to convert a social account so that I can enable the Activate User option for its contacts, allowing them to use the Experience site.

However, when I click the standard Activate Account button for the contact, I get this error banner (shown in the screenshot), and I’m not sure why.

My user has admin permissions and the highest-level role. Has anyone else encountered this error or knows what might be causing it? 

Account enable to partner for use site experience

3 answers
  1. Aug 26, 6:07 AM

    I’d first verify the Account is enabled as a Partner/Customer Account, the Contact has the required external-user settings. Also check whether the account is already associated with an external user or has any sharing/role configuration conflicts.

0/9000

🎉 Big shoutout to our incredible Forum Ambassador, @Manoj Nambirajan for an awesome deep dive on "Send Opportunity Notification for Specific Stage Movements"!📘 Check out the article here >> https://help.salesforce.com/s/articleView?id=005393369&type=1 

 

🔍 Found it helpful? Have thoughts to share?

 Let us know by clicking the "Yes" or "No"  button at the bottom of the article—your feedback helps us improve!🎉 Big shoutout to our incredible Forum Ambassador, for an awesome deep dive on> 🔍 Found it helpful?" style="display: block;" /> #Flow

1 comment
0/9000

As we race toward Dreamforce Trailblazer Bootcamp on September 12-14, lace up every Tuesday, Wednesday, and Thursday for , where we’re sharing details about each of our bootcamp tracks and the instruc

 

As we race toward Dreamforce Trailblazer Bootcamp on September 12-14, lace up every Tuesday, Wednesday, and Thursday for #TrailblazerTrackMeets, where we’re sharing details about each of our bootcamp tracks and the instructors teaching them! 👟

 

We’re off to a running start with the Agentforce Service Specialist track, where instructor Alok Agarwal will guide students through building, customizing, and deploying AI-powered service agents from scratch. Don’t get left in the dust! 💨

 

On your marks, get set… register: https://sfdc.co/DF26TrailblazerBootcamp

 

@* Trailhead Official * @* Trailhead Academy * @Trailblazer Community Cove @* Salesforce Developers * @* Salesforce Administrators * #Salesforce #Certifications #Trailhead #TrailblazerCommunity #Salesforce Developer #Salesforce Admin #AwesomeAdmins #Agentforce 

0/9000