Archives

Across the APIs: A Roadmap to Salesforce APIs, Events, and Integrations

Embark on a Salesforce API and integration exploration, for those looking to master the API landscape. Learn the specifics, from REST to GraphQL to Event APIs, and discover their optimal uses. Dive into OAuth Flows for the insights needed to select the right authentication method. Uncover how Platform Events enables real-time, event-driven architecture, revolutionizing your […]

Architect Automated Solutions for Real-World Flow Antipatterns

This interactive workshop addresses the critical challenge of flow antipatterns—common pitfalls that degrade performance and reliability in Salesforce environments. Through a series of real-world examples and collaborative problem-solving, participants will explore automated solutions to streamline and enhance processes. This dynamic session promises a hands-on learning experience, empowering attendees with strategies to detect, analyze, and rectify […]

Data Cloud for ISVs

Dive into the world of Salesforce’s Data Cloud with me, from the viewpoint of an AppExchange Partner. I will walk you through the journey of crafting AppExchange apps specifically for the Data Cloud, highlighting its advantages to your clientele, common use cases, and common pitfalls. Regardless of whether you’re just starting out or seeking to […]

We are all Imposters

Imposter syndrome is a struggle for most people. It may come in different shapes and sizes depending on your circumstances but it’s something you’ll likely have to deal with at some point in your Salesforce Career. During the session I’ll share some of my real life experiences on how to deal with Imposter Syndrome so […]

Skill Up Your Copilot with Custom Actions

Copilots are the hottest new tool in Enterprise Software – an always on assistant that is keen to help wherever it can. But like any coworker, it needs the right skills to be useful. Join me to learn how to create custom actions to skill up your copilot, and get the assistant that can provide […]

Demystifying Code for Admins: The Last Step to Apex

As a Salesforce #AwesomeAdmin you may be a bit hesitant about the coding side of the Platform. Chances are, you already know a ton about writing code and haven’t even realized it! Join this session to learn more about Apex Basics in Admin terms and find out how utilizing functionality such as Objects, Fields, Formulas, […]

Trending Tools for Trailblazers

Join Lee, a Salesforce consultant and productivity enthusiast, as he demonstrates some classic and up-and-coming tools to help make light work of repetitive tasks and do more with less time in Salesforce. Expect tools, Chrome Extensions and more…  

Event driven: Don’t fear the async

In the beginning, programs were simple. They ran in one place, step by step. Sure, we had bugs. But, through engineering, we found ways to tame them. Then we started running things in parallel. The programs went fast, but they went wrong fast. We discovered new kinds of parallel bugs that tortured our human brains. […]

A Tale of One User Story: This Way or That?

User Stories are used to pass business requirements from stakeholders to developers, who implement them in the application . But how good are we – awesome Admins and Developers – at understanding what the Story is telling us? In this interactive session we will analyse a sample User Story to see whether we understand it […]

Leveraging AI for Pair Programming

Pair programming is a software development technique in which two programmers work together at one workstation. One, the driver, writes code while the other, the observer. Why search for a partner where AI can assist developers in writing code based on their intent, GitHub copilot is a cloud-based artificial intelligence tool developed by GitHub and […]

Meet UTAM, Your New Best Friend for End-to-End Testing

Running End-to-End (E2E) tests and maintaining them is complex. Join my session and learn about the UI Test Automation Model (UTAM). UTAM is an Open Source solution built by Salesforce that lets you run UI tests on any kind of app with an easy to maintain structure. We’ll walk you through a practical example with […]

Why do you Need to Migrate to Salesforce Flow?

Flow Builder is the future of Salesforce automation! Do you have a strategy for your migration? Already have one but not sure if you’ve covered everything? This session is for you! Using real-life examples we’ll go through everything you need to create a flawless strategy to migrate Workflow Rules and Process Builders to Flow. With […]

Extending the CTA Pyramid: The Additional Prerequisite Certifications

While Salesforce’s CTA certification pyramid provides a clear guide on the knowledge needed during the Review Board, it paints only part of the picture. When starting the ‘last leg’ of this journey, people notice the required knowledge is vastly more extensive than the contents of the prerequisite exams. This talk aims to fill up those […]

Diagramming Salesforce Solutions

Communicating clearly with stakeholders is a fundamental skill that Salesforce architects must master in order to succeed. In this presentation I will show how to use diagrams to increase engagement and clarity. We will look at how to extract requirements, as well as examples of diagrams that can be used to meet different objectives. I […]

Migration to Salesforce Flows – Getting it Right

As announced at Dreamforce – Process Builder and Workflow Rules are being retired and the focus is moving forward to the ever-expanding power and feature-set of Flow. In the presentation we will show the power of Salesforce Flows, discuss different approaches for the migration and present tips and tools for planning, managing and testing the […]

The Future is Composable: Learn Why Composable Enterprise is the Way Forward

With the hyper growth in digitisation enterprises have to find a way to be fast, flexible and cost efficient. Composable Enterprises are exactly that, using reusable businesses and architectural building blocks Enterprises can compose new offerings without building from scratch. I will talk about what is a Composable Enterprise and how to think about composability […]

CI / CD: The next chapter. How to actually use it.

So you have setup your CI/CD environment, but what happens next? How do you orchestrate a feature sprint / release process? How do you ensure to make it more inclusive so that the non-coding folks also feel at ease? In this talk, I am going to demonstrate a custom workflow that I have implemented where […]

A Pattern for Salesforce Data Migration

Migrating data into and out of Salesforce orgs can be very difficult. In this talk I present a pattern for successfully planning and executing a data migration between two Salesforce orgs while avoiding some of the pitfalls and gotchas that catch out the unwary. I will discuss the four key features of a data migration […]

Managed Sharing Patterns with Clicks and Code

Custom managed sharing, or programmatic sharing, is a powerful alternative when standard sharing options don’t quite fit the bill. We’ll explore how to implement effectively using code and clicks with reference to patterns described at github.com/LawrenceLoz/SalesforceSharingPatterns Managed sharing is easy to introduce but tricky to perfect, so we’ll highlight considerations and common gotchas to watch for. If […]

Not Just for Devs! What (and why) you need to know about Unit Testing

On an ever-evolving platform, our changes can have side effects that are hard to predict. As an Admin you need to develop a range of detective skills to investigate confusing behaviour and cryptic error messages. Unit Tests are a powerful tool that can diagnose issues in your Org, and are increasingly used with declarative features […]

Journey to DX Packages at an Enterprise Scale

Life before packages: big monolith deployments and spaghetti code. Motivation to go with DX packages. The plan: two approaches. The real story: went live with more than 20 packages. Our feedback:- Working with cutting edge technologies has its pros and cons – Complete redesign of the code and dev ops maturity required – Difficult and […]

Go Serverless with Salesforce Platform Events using AWS Lambda

Salesforce enables us to build highly scalable solutions using event-driven architectures. We incorporate complex processing from native Salesforce flows and perform real-time data integration with Salesforce and AWS. The session will present and demo scalable frameworks that open up endless capabilities using serverless functions: a) Platform Events & CDC triggering AWS Lambda functions via AWS […]

Accelerate System Performance with the Help of Platform Events

“My Salesforce is slow” is a common complaint by users. As you implement more and more functionality, record saving times will eventually become slower and slower. Your devs tell you only code can save you now. But there is a way without any code! In this session I will explain the concept of decoupling processes […]