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.
Convert Between Unix Time and DateTime in Salesforce Read More »
Learn how to convert a Unix timestamp to a DateTime field using Apex methods or Salesforce formula functions.
Convert Between Unix Time and DateTime in Salesforce Read More »
Online Unix Time/DateTIme Conversion Calculator
Unix Time/DateTime Conversion Calculator Read More »
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: Anatomy of a Traditional For Loop Read More »
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.
Apex: How to Create a Random Number in a Specific Range Read More »
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.
How to Stop SOQL Injection Read More »
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.
What is SOQL Injection? Read More »
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.
Salesforce Flow: How to Remove Duplicates from a Collection Variable. For Real. Read More »
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 to a collection variable (especially in a loop), once in a blue moon you may find that you actually need to empty one (clear everything out) so it can be used again.
How To Empty A Collection Variable in Salesforce Flow Read More »
Is Visualforce still relevant today or is it a breath away from being a punchline just like its predecessor, S-Controls? Or is it both?
Honestly, it doesn’t matter if you’re studying for the Salesforce Platform Developer I (PDI) certification.
Visualforce to the Rescue? Read More »
If you’re reading this, it’s probably because somebody told you to bulkify your flow. And you were like, “wut?” So, what does “bulkify” (or “bulkification”) even mean? The terms themselves are not unique to flows. They actually derive from Apex, the Salesforce coding language. In short, bulkification refers to designing your flow (or code) in
Salesforce: Bulkify Your Flow in 3 Simple Steps Read More »