This is the web version of the newsletter which you can subscribe »

Hello

December's here and Salesforce isn't slowing down. This week brought some genuinely surprising moves worth paying attention to.

First up - Salesforce just launched a completely free CRM package. Yes, free. After decades of being the enterprise option, they're now competing directly with HubSpot and Zoho for small businesses and solo founders. That's a significant market shift worth understanding.

The Apromore acquisition also caught my eye. Process mining isn't flashy, but it's a $2.46B market heading toward $42.7B by 2032. Salesforce is betting big on it for AI agent grounding, and if you're working with Agentforce, this matters more than it might seem right now.

Beyond the headlines, I've pulled together practical pieces on Flow fault paths, mobile offline components, integration challenges, and Spring '26 prep. Plus some honest Reddit discussions about Pardot's future and Slack's actual value post-acquisition.

Check the links that match where you're at right now.

Grzegorz

For everyone

  1. Get Salesforce for Free: CRM Giant Offers No-Cost Package to Compete With HubSpot and Zoho
    https://www.salesforceben.com/get-salesforce-for-free-crm-giant-offers-no-cost-package-to-compete-with-hubspot-and-zoho/
    Salesforce just dropped Free Suite - a brand new free package for small businesses, solo founders, and early-stage teams. It's a big deal since Salesforce has always been known as an enterprise tool, but now tiny teams with no budget can actually use it. Free Suite brings serious CRM power to people who couldn't afford it before.

  2. Introduction to Process Mining: Salesforce's Bet for Agent Grounding
    https://www.salesforceben.com/introduction-to-process-mining-salesforces-bet-for-agent-grounding/
    Salesforce just bought Apromore, and folks are wondering what that means - specifically about process mining and why it matters. Process mining is a tech field that many Salesforce users don't really know about, but it's huge - the market was worth $2.46B in 2024 and is expected to hit $42.7B by 2032. Big companies have been using it quietly since the late 1990s. This dive breaks down what process mining actually does, explains why it's important for Salesforce's AI plans, and walks through the real challenges that Salesforce and its customers will face when bringing this technology into their Salesforce setups.

  3. How to compare two Flow Versions in Salesforce
    https://salesforcegeek.in/how-to-compare-two-flow-versions-in-salesforce/
    Salesforce Flows change a lot, and it's tough to track what's different between versions. A tiny tweak to a formula or logic can break things if not checked properly. When debugging, testing, or deploying, knowing exactly what changed stops mistakes and keeps automations working right. There are three solid ways to compare Flow versions - using native tools built into Salesforce, using CLI methods for more control, or using DevOps platforms for automation.

  4. Understanding Record Visibility
    https://sf9to5.com/2025/11/04/understanding-record-visibility/
    Salesforce record access comes down to three key things working together - Roles, Profiles, and Sharing Rules. Roles set up your org's hierarchy so managers see their team's data, Profiles control what features and objects each user can access, and Sharing Rules let you open up records beyond the normal hierarchy when needed. Think of it like this - Profiles are the basic permissions (what you're allowed to do), Roles create the structure (who reports to who), and Sharing Rules fill the gaps (giving extra access when necessary). Understanding how these three work together is what keeps your data organized and makes sure everyone sees only what they should.

  5. SLDS 2: How You Can Future-Proof Your Salesforce UI
    https://www.salesforceben.com/slds-2-beta-how-you-can-future-proof-your-salesforce-ui/
    Salesforce is pushing innovation forward with Agentforce and better user experiences. The updated Lightning Design System (SLDS) is a major upgrade that'll support future AI agents and finally brings dark mode - something users have been asking for. This new foundation helps teams build apps that work consistently and accessibly for everyone, making CRM interactions smoother and more intuitive across the board.

  6. How to Craft User Stories for Salesforce Experience Cloud Projects
    https://www.salesforceben.com/how-to-craft-user-stories-for-salesforce-experience-cloud-projects/
    Salesforce Experience Cloud lets customers and partners log in securely, get self-service help, and connect with your company in one smooth, personalized space - but building it takes more than just technical skills. Like any software project, you need solid user stories to start, but here's the big difference - it's not just about making things work, it's about how your brand looks and feels to the outside world. So implementing Experience Cloud becomes both a technical and creative job that usually needs UI/UX designers, marketing folks to handle branding and messaging, and sometimes legal teams too, especially if you're in regulated industries like government.

  7. Salesforce and OpenAI Announce Major Partnership
    https://salesforcegeek.in/salesforce-and-openai-partnership/
    Salesforce and OpenAI teamed up to combine Salesforce's top CRM platform with OpenAI's cutting-edge AI tech. The goal is to give employees and customers smarter, more connected experiences. Now workers can interact with Salesforce data straight from ChatGPT and Slack without jumping between different apps. This makes getting insights, automating tasks, and working with data way easier and more natural.

  8. Salesforce Fact #958 | Exempt from Transaction Security
    https://sfactsabhishek.blogspot.com/2025/11/salesforce-fact-958-exempt-from.html
    Salesforce has a system permission called 'Exempt from Transaction Security' that lets certain users skip transaction security policies - basically, it stops security checks from happening for them. Admins can add this permission to user profiles or permission sets and give it to whoever needs it.

  9. Should You Use Fault Paths in Salesforce Flows?
    https://salesforcebreak.com/2025/11/11/should-you-use-fault-paths-in-salesforce-flows/
    Building Flows eventually leads to fault emails - maybe a record got locked, a required field wasn't filled, or a validation rule blocked the save. Whatever the reason, users end up confused, lose trust, and create support tickets. The good news is there's a fault path feature to catch these issues. This covers practical ways to handle faults, when to use custom error elements, why adding a dedicated error screen in screen flows matters, and how the rollback records element can help fix things when they go wrong.

  10. Top Salesforce Integration Challenges and How to Solve Them
    https://salesforcecodex.com/salesforce/top-salesforce-integration-challenges-and-how-to-solve-them/
    Salesforce integration with enterprise systems like ERP, marketing automation, and finance platforms is crucial for running a connected business, but it's way more complex than just linking APIs - data syncing, security, scaling, and error fixes all matter. This piece breaks down the biggest integration headaches architects and developers hit and shows real solutions using the right tools, setup tricks, and proven strategies to make it work smoothly.

For devs

  1. Build Mobile, Offline-Ready LWCs with Agentforce Vibes
    https://developer.salesforce.com/blogs/2025/11/build-mobile-offline-ready-lwcs-with-agentforce-vibes.html
    Agentforce Vibes helps build mobile-friendly Lightning web components that work offline and tap into phone features like cameras and GPS - perfect for workers in areas with spotty internet. Mobile users need more than just websites; they want apps that use their device's built-in tools to get jobs done faster. For instance, a technician can snap a photo of completed work and instantly attach it to an order without hassle. This post breaks down how to use Agentforce Vibes to create these smart mobile components, including an offline product catalog browser and ways to connect native phone features so workers stay productive anywhere.

  2. Agentforce - MIAW Custom Client on Vercel
    https://salesforcediaries.com/2025/11/10/agentforce-miaw-custom-client-on-vercel/
    A custom web chat app built for Salesforce Agentforce lets users chat with AI agents in real-time using Salesforce's Messaging API v2. The app runs on Vercel and gives a straightforward interface for quick conversations - basically a way to connect customers directly with smart AI through a simple chat window on the web.

For architects

  1. Salesforce to S3 File Migration & Cleanup
    https://lenguyensf.blog/2025/11/15/salesforce-to-s3-file-migration-cleanup/
    Salesforce organizations often hit a wall with file storage - keeping old files around costs money and creates clutter, but deleting them without a backup is risky since nobody remembers what was attached where. While Salesforce works great for managing customer data, storing tons of PDFs, contracts, and reports there gets expensive and messy as companies grow. A Salesforce to S3 migration flow solves this by moving files to cheaper cloud storage while keeping track of what was connected to what - giving orgs breathing room and cutting operational headaches.

  2. How to Use Salesforce LWC to Trigger GitHub Actions Workflows
    https://www.salesforceben.com/how-to-use-salesforce-lwc-to-trigger-github-actions-workflows/
    Salesforce teams are using DevOps and GitHub Actions to automate deployments and speed up releases. The real game-changer is triggering these workflows directly from Salesforce using Lightning Web Components - basically letting business users run admin tasks in production without needing full admin access. This bridges the gap between developers and business teams, giving organizations a flexible alternative to expensive DevOps platforms. Teams can test everything in sandboxes first before going live, keeping things controlled and secure while democratizing automation across the organization.

  3. Complete Guide to Salesforce Shield (Updated 2025)
    https://www.salesforceben.com/salesforce-shield/
    Salesforce Shield is built for organizations that need serious security and compliance controls, featuring four main parts - Platform Encryption (the core feature), Field Audit Trail, Event Monitoring, and Data Detect. The tool brings Compliance & Security Teams and Salesforce Admins together to stay aligned on important security measures. Just turning it on isn't enough though - it's one piece of the puzzle, not the whole solution. This guide breaks down Shield's components and shares practical tips to maximize your investment in this security tool.

Reddit Discussions

  1. Did Slack's Acquisition help Sales Force?
    https://old.reddit.com/r/salesforce/comments/1ox8clr/did_slacks_acquisition_help_sales_force/
    Someone questions whether Slack's $27B acquisition was worth it for Salesforce - initially seemed pricey but the real value might be in synergies strengthening the CRM overall. Originally meant to compete with Microsoft, now Slack's positioning as a workforce OS instead. A commenter points out it was better than fixing outdated Chatter, makes customers stickier, and opens doors at companies Salesforce couldn't reach before. Plus, all that Slack data is perfect for training AI models - though they might not be using it optimally yet.

  2. Why is Pardot abandoned?
    https://old.reddit.com/r/salesforce/comments/1npwlcw/why_is_pardot_abandoned/
    User feels stuck with Pardot and frustrated - sync issues with Salesforce are killing productivity and automation is weak, plus there hasn't been real improvement in years while HubSpot keeps innovating. The rebrand just made things messier. Someone comments that Marketing Cloud Advanced looks way better - cleaner Salesforce interface, flow-like features, and data cloud integration. They reckon MCA will eventually replace Pardot since it's easier to support and works better with Salesforce systems anyway.

  3. What's your top concern with Salesforce currently?
    https://old.reddit.com/r/salesforce/comments/1nwnmjs/whats_your_top_concern_with_salesforce_currently/
    Main concerns with Salesforce right now - the AI capabilities require tons of prep work before actually using them, and prices keep climbing for new features. Plus, the documentation for developers is pretty rough - stuff's half-baked, missing important context, and it's honestly surprising anyone manages to figure things out at all.

For AI enthusiasts

  1. Automate Multi-Turn Agent Testing with Conversation History in Agentforce
    https://developer.salesforce.com/blogs/2025/11/automate-multi-turn-agent-testing-with-conversation-history-in-agentforce.html
    Agentforce Testing Center helps test AI agents in real conversations - not just single questions. Customers greet agents, introduce themselves, ask follow-ups, and jump between topics, so every response needs to stay consistent with what came before. The testing center mimics these multi-turn interactions to make sure agents handle actual customer conversations properly, checking that each answer fits the conversation's context and flow.

  2. RAG in Salesforce | Live Implementation with Agentforce | Learn RAG (Retrieval-Augmented Generation)
    https://www.salesforcebolt.com/2025/11/rag-in-salesforce-live-implementation.html
    Salesforce Data Cloud got unified data ready, so the next move was adding AI smarts to make it useful. This session shows how Retrieval-Augmented Generation (RAG) works in Salesforce Agentforce - basically letting teams grab the right info from internal docs like policy PDFs super fast. Two ways to do it: set up a dedicated Agent linked to a Data Library, or use a Prompt Template to keep responses consistent and reusable.

Spring'26

  1. Salesforce Spring '26 Release Date + Preview Information
    https://www.salesforceben.com/salesforce-spring-26-release-date-preview-information/
    Salesforce's Spring '26 Release is coming soon with tons of new features and improvements. Getting ready now means fewer surprises and better results when it drops. The two main things to focus on - preparing your sandbox and knowing exactly when your instance gets upgraded. That's really all that matters right now to stay ahead of the game.

  2. Salesforce Spring '26 Release: What to Expect and How to Prepare
    https://www.salesforceben.com/salesforce-spring-26-release-what-to-expect-and-how-to-prepare/
    Salesforce Spring '26 Release is coming in January 2026 with new updates and features that could break existing functionality if not prepared for - so it's smart to start getting ready now. Salesforce rolls out three major updates yearly (Winter, Spring, Summer), and this one will enforce new behaviors across the platform. Getting ahead of the curve means reviewing current setups, testing changes, and making adjustments before the release hits to avoid any disruptions.

View upcoming Salesforce events (next 7 days)

Grzegorz Skaruz

Grzegorz Skaruz

https://skaruz.com

Facebook Instagram Linkedin

If you no longer want to receive messages from me, you can always unsubscribe

This is the web version of the newsletter which you can subscribe »