Blogs
-
Variables For Salesforce Batch Apex
I’ve come across numerous inquiries on developer forums lately concerning the utilization of variables in batch Apex classes. One query sought guidance on passing a variable to the execute method of a batch class, while another focused on variable accessibility in the start, execute, and finish methods of a batch. The intention of this post…
-
Cancel Apex Email Service
Apex email services. The short story here is that you can send email to your Salesforce Org which is then processed by some Apex logic in order to support the specific needs of your business. One of our clients uses an Apex email service to automate Case creation for customer support issues. We have another…
-
Example Of Test Driven Development
This series has extensively discussed Test Driven Development (TDD) and provided numerous examples along the way. Now, let’s take a step back to revisit the core principles of TDD, emphasizing why it can be an effective development strategy and reviewing its fundamentals. Test Driven Development is grounded in the idea that tests should serve as…