Summer '26: Apex Classes Enforce Sharing Rules by Default — Secure by Default in API v67
You have probably seen an Apex class like this: public class AccountService { public static List<Account> getAccounts() { return [ SELECT Id, Name FROM Account

Search for a command to run...
Articles tagged with #devops
You have probably seen an Apex class like this: public class AccountService { public static List<Account> getAccounts() { return [ SELECT Id, Name FROM Account

The Problem Nobody Liked Admitting Here is something every Salesforce developer has bumped into at least once: You write an Apex query. It works in your sandbox. You deploy. Then a reviewer asks the f

🚀 Spring ’26 quietly introduced one of the most useful Apex features in years: Apex Cursors If you’ve ever built a custom Salesforce “inbox” experience (Cases, Orders, Tickets…) you’ve probably hit this wall: LIMIT/OFFSET paging gets slow as pages ...

🚀 Tired of Waiting for Apex Deployments? If you’ve ever deployed one small Apex change and watched hundreds of unrelated tests run for minutes (or hours), you’re not alone. For years, Salesforce developers have had to choose between: RunLocalTests ...
