ALL POSTS
May 30, 2024
Learn how to convert a Unix timestamp to a DateTime field using Apex methods or Salesforce formula functions.
May 27, 2024
Online Unix Time/DateTIme Conversion Calculator
January 24, 2024
One of the most important loops you’ll learn to use in Apex is the traditional for loop. Learn to get the most out of it in this 4-minute post.
January 17, 2024
Need to create a random whole number in Apex between 1 & 10 or 1 & 100 or 7 & 777? It's super simple but not intuitive — so I'll show you how.
January 14, 2024
In the last post, I defined SOQL injection and how it works. In this post, I give you 3 easy steps to create injection-proof SOQL queries.
January 5, 2024
SOQL Injection sounds like a medical procedure but it's actually a security threat to your org. Understand how it works so you can learn how to stop it.
November 23, 2023
Here's the thing: if you search the interwebs for how to remove duplicates from a Salesforce flow collection variable you'll find all kinds of blog posts promising to show you — but then they don't.
October 16, 2023
Let's talk Salesforce collection variables, those handy flow resources that let you store items in a list (eg, records, numbers, text, etc.). Although it's more likely you'll simply want to add things...
No posts found