Join members of the Salesforce Architect, Admin, and Developer Advocate and Evangelist teams for an AMA.
Join members of the Salesforce Architect, Admin, and Developer Advocate and Evangelist teams for an AMA.
Join this expert-led hands-on workshop to learn about Agentforce Vibes. We’ll go beyond basic prompting with advanced features and use cases like securing a code base, building custom rules, workflows and skills. We’ll also explore connecting with custom MCP tools and running multi-modal prompts. Please bring a laptop to participate in this workshop.
Claude Code is cementing its reputation as an incredibly powerful tool for developers. But how well does it work for Salesforce projects? What can it do beyond writing code? And how do you customise it for your own scenarios? This talk answers those questions with practical advice. We’ll see how to structure rules, skills, and […]
Learn how Apex Cursors, including Pagination Cursors, help scale async Apex workloads versus Batch Apex patterns and enable LWC infinite scrolling list UIs beyond the 2k OFFSET ceiling. You will see both standard and pagination cursors, fetch patterns, and when to use Apex Cursors to optimize heap management and page loading times, including sharing cursors […]
Salesforce developers are often taught how to write tests, but not how to choose the correct tests to write. The result is tests driven by gut feel rather than design discipline. In this session, I’ll introduce structured techniques for identifying meaningful test cases and demonstrate how these techniques improve both human and AI-generated tests.
Doing your laundry at home is great. And that one washer is probably enough for you and your family. But what if one day your whole family descended on your house for a week. That machine would quickly be overwhelmed. Parallel platform event subscribers work for Apex subscribers and are like being able to materialize […]
Migrating away from Connected Apps isn’t just about functionality—it’s about securing your integrations. In this session, I’ll share my journey moving to External Client Credentials: the security improvements, unexpected challenges, and practical lessons for keeping your Salesforce integrations safe and reliable.
Apex exceptions flooding your inbox? Errors scattered across your org – and that’s just the tip of the iceberg! Learn how to centralise monitoring, uncover hidden issues, and apply the three pillars of observability – metrics, logs, and traces – to track, alert, and diagnose problems. Walk away with practical approaches to confidently manage and […]
As a developer, do you look at Data 360 and think, “Nah, that’s not for me, there’s nothing I can do with it!”, well think again. I’ll show you how your skills as a Salesforce Developer are just as relevant on the Data 360 platform as Salesforce, and you’ll learn how to translate those skills. […]
Stop fighting the same code review battles. Learn to encode your team’s standards into automated Code Analyzer rules that catch issues before they reach PR. This session covers writing PMD rules using XPath expressions, understanding the Apex AST, and testing rules effectively. Walk away with an open-source repository of 50+ working rules and a testing […]
Discover how to leverage the new Experience Delivery feature for LWR to develop blazing fast sites. We’ll have a look at how you can make use of server-side rendering (SSR), content delivery network (CDN) or even Islands Architecture using hydration capabilities to achieve your goal. These obscure terms will be crystal clear for you at […]
Join me for a concise and insightful session and learn how to assess and enhance the performance of your Salesforce Flows, ensuring they run swiftly and scale seamlessly as your business grows. Discover the key metrics and tools to measure flow efficiency, identify bottlenecks, and implement best practices for optimal performance. Whether you’re a developer, […]
Learn how Salesforce’s Heroku complements Flow and Apex to extend Agentforce capabilities for complex use cases, with elastic compute, new Heroku features for seamless integrations, and a live demo.
The Pub/Sub API works slightly different than a traditional REST API. You might get a little lost when it comes to the Apache Avro data format and the Schemas. In this session we’ll discuss how you can use Postman in combination with a custom created workbench like tool to help you debug your pub/sub implementations. […]
There are many things in your production org… and they are sadly not always well documented What if you could simply generate a website describing what is in your org, and ask AI to summarize it, explain it, and complete any missing information about object model, flows, apex, pages, sharing… ? 🙂 And in your […]
With Agentforce, Salesforce has opened the box of wonders for us, and we can augment our workforce with powerful agents that deliver scalable service around the clock. But how can we all benefit from the AI revolution without compromising the security of our data? This hands- on workshop is going to explore Agentforce’s security model, […]
Unlock the power of GenAI with Salesforce Prompt Builder! This session explores key tips on crafting effective generative AI prompts to simplify users’ daily tasks by integrating AI-powered prompt templates into their workflows. Through a real-world use case—a Sales Rep summarizing lead interactions—we’ll demonstrate best practices, optimizations, and live examples to help admins build effective […]
Ever seen Salesforce code that looks randomly generated – or worse, designed to break your sanity? What about flows so tangled they could be modern art? Salesforce’s “no-code” and “low-code” approach often leaves developers wondering: Are we building to last or just making sandcastles? In this talk, we’ll challenge the norm and bring real software […]
If building agents is really so easy, how much can we build and show working in under 40 minutes? Challenge accepted! Taking a common use case, like answering HR questions and booking time off work we will attempt to build a fully working agent from scratch, including all custom actions!
B2B Commerce is built on the core Salesforce platform and surfaced to your business customers through an Experience site. It uses standard objects within Salesforce to set up pricing, images, and groups of customers to sell to. Learn how to create a different look and feel for each customer, options available to you when configuring […]
When creating enterprise solutions on the Salesforce platform breaching limits is inevitable. Maybe not today, maybe not tomorrow, but some day – increased data volumes and “other people’s code” guarantee it! Join me to learn about common missteps, monitoring limits over time, and how to spread the impact across transaction boundaries when you can’t fit […]
Files are everywhere in Salesforce – attached to records, chatter posts, and in libraries. But building them into flows, prompts or integrations involves a baffling data structure and a confusing set of specific requirements and permissions. Get a clear overview of the data model behind Files (aka ContentDocuments) and some real world sample automations. Rename […]
Salesforce and Slack are a perfect match for DevOps teams. This session explores how to integrate Slack into your Salesforce DevOps pipeline for better collaboration and visibility. Learn to use Slack for release notifications, issue tracking, and CI/CD integration through real-world examples. Walk away with a toolkit to boost team efficiency and streamline your DevOps […]
Whether you’re a developer, aspiring architect, or perhaps someone that manages a team of engineers, this presentation explores how embracing Business Analyst responsibilities can elevate your technical career. Discover how a more t-shaped skillset can set you apart, helping you deliver more impactful solutions and grow into those senior engineering or architecture roles. Join me […]
After years building up Salesforce experience you may be surprised how little you really know. The ISV world is very different and its many quirks are poorly documented. Join Cécile and Jai as we take you on a magic journey through the wonders of product development. Afterwards you’ll be better prepared, although perhaps not willing, […]
Discover how observability can revolutionise Salesforce debugging and monitoring. We’ll share how admin-developer collaboration transformed fragmented error tracking into a unified, proactive system. By leveraging internal tools and external applications, we moved from reactive troubleshooting to real-time monitoring. Gain practical insights and strategies for improving collaboration, streamlining workflows, and establishing an effective observability framework.
Did you know that beside Lightning web components, you can find standard web components libraries over the web? Giving you pre built components that may not be available as existing LWC? And that Salesforce recently opened the door to let you use these standard web components directly into Salesforce? Let’s have a look at what […]
Writing reliable UI tests for Salesforce apps can be challenging due to dynamic DOM structures, iframes, and complex page interactions. UI Test Automation Model (UTAM) simplifies this by offering a structured, component-based approach to building stable and maintainable UI tests. This talk covers what UTAM is, how to set it up, writing your first test, […]
Unlock the secret to scalable, high-quality software. Enterprise patterns provide proven solutions for complex systems, while Clean Code ensures clarity, maintainability, and long-term success. Master both to build robust, efficient, and future-proof applications. Code smarter, scale faster, and deliver excellence—because great software starts with great foundations!
Unlock the potential of Salesforce OmniStudio and master declarative development! In this session, you’ll explore how to use FlexCards, OmniScripts, DataRaptors, and Integration Procedures to create scalable, user-friendly applications. Designed for beginners, we’ll break down the basics with real-world examples, empowering you to streamline processes and deliver impactful solutions – without writing a single line […]