Instead of rewriting the article myself, I figured it is better to simply link to it: http://mislav.uniqpath.com/2010/05/semicolons/. After reading this article, do remember that just because it is stated that they are not needed doesn’t mean that it is bad to include them. 😉
Blog
Salesforce – Calling REST API From Apex Using Modern Named Creds
Recently, I ran into an interesting Salesforce edge case where I needed an Apex trigger to make a future call to Salesforce’s own REST API. My goal was to essentially nudge certain Account records so Read more…