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

Apex articles

Page 3 of 9 · 106 articles

Apex

Protected Custom Settings: Fixing Null Values from LWC

Struggling with null values when accessing Protected Custom Settings from LWC? We explain why this happens and how to...

· 5 min read
Apex

Custom CSV Import Architecture for Salesforce Developers

Master the complexities of high-volume data ingestion in Salesforce. We explore a robust pattern for parsing,...

· 4 min read
Apex

Salesforce Web Console: The Developer Console Successor

Salesforce is launching the Web Console, a modern, browser-based IDE designed to replace the aging Developer Console....

· 3 min read
Apex

Box.com Salesforce Integration: Apex Backend Guide

Master the complexities of integrating Salesforce with Box.com using Apex. This guide covers secure authentication,...

· 4 min read
Apex

Apex Test Class: Catching Thrown Exceptions in Async Batch Jobs

Why try/catch silently fails inside Batch Apex test classes — and the direct-invocation pattern that makes async...

· 7 min read
Apex

PlatformCache Immutable Parameter: Why It Fails

Struggling with 'Cross-namespace PUT' errors in PlatformCache? We dissect why the immutable parameter fails and provide...

· 4 min read
Apex

SOQL Returns Old Value After UI Update

When a Salesforce UI modification appears committed but subsequent Apex SOQL queries retrieve stale data, it often...

· 5 min read
Apex

Email Limits: DailyWorkflowEmails vs SingleEmail Explained

Salesforce email limits are governed by recipient type, not the automation tool used (Flow, Apex, etc.). Understanding...

· 3 min read
Apex

Alternatives to Salesforce Validation Rules for Developers

Validation Rules enforce data quality but can degrade the user experience by blocking saves; developers should consider...

· 4 min read
Apex

Beating 6MB Apex Heap Limit: Native Document Generation

This technical deep dive outlines an architecture to generate complex PDFs with embedded images and large record sets...

· 5 min read
Apex

Dynamic SOQL in Loops: Security Review Impact for Managed Packages

We definitively answer whether dynamic SOQL executed within loops fails Salesforce Security Review for managed...

· 8 min read
Apex

Salesforce Spring '26 - Apex Cursors and LWC Expressions

I've been testing the Salesforce Spring '26 preview and the new Apex Cursors are a total game changer for large data...

· 5 min read