Skip to main content
New tool CRON Expression Builder — preview next run times before you schedule Apex. Open the builder →

Apex articles

Page 6 of 9 · 106 articles

Apex

Salesforce Apex password reset: Set passwords via code

Tired of waiting for the standard Salesforce welcome email? I will show you how to use a Salesforce Apex password reset...

· 4 min read
Apex

SOQL vs SOSL - Which Salesforce Query Should You Use?

Choosing between SOQL vs SOSL can be tricky when you are first starting out. I break down exactly when to use each one...

· 5 min read
Apex

Batch Apex future method: Why It Fails and How to Fix It

Ever hit that 'Future method cannot be called' error while running a batch job? It is a common headache, but there are...

· 4 min read
Apex

Salesforce Integration Patterns - Technical Interview Guide

If you're prepping for a senior-level interview, you need to know more than just how to build a flow. This guide breaks...

· 6 min read
Apex

Salesforce merge trigger - How many times does it fire?

Ever wonder why your code runs three times during a single merge? It turns out Salesforce doesn't have a specific merge...

· 4 min read
Apex

Apex Trigger Cheat Sheet - Master Salesforce Triggers

Tired of hitting SOQL limits and dealing with messy triggers? I put together this Apex Trigger Cheat Sheet to help you...

· 6 min read
Apex

How to make an Apex trigger callout in Salesforce

Ever tried making an API call from a trigger and hit a wall? Triggers are fast but APIs are slow, so you have to go...

· 5 min read
Apex

JSON vs XML - Key Differences for Salesforce Developers

Deciding between JSON vs XML can be tricky when you are building Salesforce integrations. Here is a breakdown of how...

· 4 min read
Apex

Create Cases Faster with the Salesforce Utility Bar

Tired of agents losing notes while waiting for records to load? I will show you how to use the Salesforce utility bar...

· 5 min read
Apex

Can we call a batch job from Trigger? | Call batch from trigger

· 5 min read
Apex

Apex Trigger Best Practices for Scalable Salesforce Code

Writing triggers is easy, but writing them so they don't break your org is the hard part. I'm sharing the patterns I...

· 5 min read
Apex

Farewell to the SFDC99 Salesforce community and David Liu

David Liu recently announced he is winding down SFDC99 after a decade of helping admins learn to code. We take a look...

· 5 min read