Skip links

Salesforce Developers

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