ALL POSTS

Convert Between Unix Time and DateTIme NH Blog
Convert Between Unix Time and DateTime in Salesforce
Learn how to convert a Unix timestamp to a DateTime field using Apex methods or Salesforce formula functions.
Unix Time Calculator Blog Post NH
Unix Time/DateTime Conversion Calculator
Online Unix Time/DateTIme Conversion Calculator
Traditional For Loop NH Blog
Apex: Anatomy of a Traditional For Loop
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.
Apex How to Create a Random Number NH blog
Apex: How to Create a Random Number in a Specific Range
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.
How to Stop SOQL Injection Blog Post
How to Stop SOQL Injection
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.
What is SOQL Injection
What is SOQL Injection?
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.
How to Dedupe a Collection Variable Blog NH
Salesforce Flow: How to Remove Duplicates from a Collection Variable. For Real.
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.
How to Empty a Collection Variable Blog NH
How To Empty A Collection Variable in Salesforce Flow
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...
1 2 3