Skip links

Tag: Apex

Top Apex features from Winter '24 Release

Top 3 Winter ’24 Apex Updates You Don’t Want To Miss

In this Winter ’24 Release recap, I’ll share some of my favorite Apex updates that will definitely be useful for any Salesforce Developer. So, let’s dive right in and explore what exciting things await us. Unique Signature for Your Queueable Job By using job signatures,

Lead Routing in Salesforce

How To Assign Leads in Salesforce?

With Lead Routing in Salesforce, you can automatically assign leads to the sales reps who are best equipped to handle them. You can set up rules based on things like geography, industry, or even lead score. So, for example, if you’re a real estate company,

Salesforce Summer '23 release

Salesforce Summer ’23 Release: Must-Know Updates for Developers

Salesforce Summer ’23 release weekends are not far away. Let’s go through the cool updates that any Salesforce developer shouldn’t miss. 1. Iterable Interface with Set Type The good news is that theSet class now implements the Iterable interface, so you can directly iterate over sets. Both sets and lists

IcApexDoc Code documentation Tool

Get Rid of Undocumented Code With the IcApexDoc Tool

Documenting code is super important for software development. It helps developers understand and work with the code better. Salesforce projects are no exception. Why Do You Need to Document the Code? With good documentation, you can navigate the code like a pro, making modifications with

Working With Salesforce Hostnames in Apex

Working with Salesforce Hostnames in Apex

Salesforce developers know that working with domains is not easy. Links generation always takes time to get the right domain, parameters, etc. Hopefully, from Spring’22, Salesforce provides a new Apex class DomainCreator. It helps to return a specific hostname specific to the org. The class

DataWeave in Apex

Salesforce Winter ’23 Release: DataWeave in Apex

Something interesting awaits us in the Salesforce Winter ’23 Release! If data transformation capabilities in Apex set your nerves on edge, you would love the new DataWeave in Apex feature. This feature uses Mulesoft’s DataWeave library to extract data from one format, transform it, and

Salesforce Apex User Mode

New Salesforce Security Feature: Apex User Mode

In the Summer’22 release, Salesforce introduced the new Apex security feature – User mode. Why do we need user mode? By default, Salesforce runs all apex code in the system mode. The system mode ignores user permissions. It’s possible to check access using methods (stripInaccessible,