Latest Posts
Evaluating Dynamic Formulas in Apex
Hi Friends, Imagine a scenario where you need to check complex conditions on an SObject record and don't want to or can'...
by Rahul Gawale , Wednesday, May 08, 2024
Understanding with sharing, without sharing, inherited sharing and omitted sharing in apex
Understanding Apex Class Sharing Settings is the key to mastering data access and security of the Salesforce platform. In this blog...
by Rahul Gawale , Sunday, March 31, 2024
Calling Salesforce Rest API from Zapier
Zapier has a new feature that enables us to call custom Apex Rest APIs, this feature can be very handy for businesses that want to leve...
by Rahul Gawale , Thursday, December 28, 2023
Assert test results in Apex | Assert Class
Say goodbye to the System.assert--- methods. The new Assert class provides you with all the functions you need to check conditions ...
by Rahul Gawale , Thursday, August 03, 2023
Intentionally fail apex test when expected exception is not thrown
Hello there, imagine you have a code block that might throw an exception, and you want to test a scenario when the exception is excepte...
by Rahul Gawale , Thursday, August 03, 2023
Dynamically access Custom Labels in Apex
No more static references to the labels! If you have a requirement where you want to access one of the multiple custom labels at run ti...
by Rahul Gawale , Monday, July 10, 2023
Dynamically Pass Bind Variables to SOQL Query
Hello Trailblazers! Using dynamic SOQL is easier than it was before, previously we could use only the bind variables from the curr...
by Rahul Gawale , Sunday, July 09, 2023