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

Apex articles

106 articles · Backend code

Apex

Salesforce Winter '27 Developer Architecture Guide

Winter '27 introduces long-awaited 10 MB and 25 MB Apex heap ceilings alongside native live integration tests in...

· 7 min read
Apex

Salesforce Winter '27 Developer Features: Apex, LWC, AI

The Salesforce Winter '27 release introduces significant enhancements for developers, including increased Apex heap...

· 5 min read
Apex

Einstein Activity Capture: Sync Email Storage Impact

Salesforce's Einstein Activity Capture now automatically enables 'Sync Email as Activity' for many orgs, storing emails...

· 4 min read
Apex

Apex Test User Mode: System.runAs for Permissions

Since API 67.0, Apex tests run in user mode by default, requiring explicit handling of user permissions. This article...

· 4 min read
Apex

Salesforce Technical Debt: Impact and Solutions for Developers

Salesforce technical debt is a critical challenge, overwhelming admins and impacting development velocity. This article...

· 4 min read
Apex

Salesforce Summer '26 Features for Developers

The Salesforce Summer '26 release brings several impactful features for developers and administrators, streamlining...

· 5 min read
Apex

Safely Deploy AI-Written Salesforce Code

AI coding tools accelerate development but introduce risks like metadata complexity and shallow testing. Implement...

· 4 min read
Apex

Reduce Salesforce Technical Debt: 10 Strategies

Technical debt is a persistent challenge in Salesforce orgs. This article outlines 10 practical strategies for...

· 5 min read
Apex

Fix Salesforce Last Activity Date for Shared Activities

Salesforce's Last Activity Date field is misleading when Shared Activities is enabled, as it only updates for the...

· 5 min read
Apex

Designing a Scalable Backend in Salesforce Using Apex Services Layer

With the increasing complexity of Salesforce application development, the backend logic developed in Apex is frequently...

· 5 min read
Apex

SOQL LIKE with Wildcards: In-Between Word Matching

Learn how to leverage the SOQL LIKE operator with wildcards to perform powerful searches for text that exists between...

· 7 min read
Apex

Apex Trigger Not Updating: Test Class Field Value

Ever encountered a frustrating scenario where your Apex trigger appears to ignore field updates originating from your...

· 10 min read