Skip links

Tag: Apex

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,