-
How to do Callouts from Apex Triggers
In this blog post, we’ll discuss how to correctly do Callouts from Apex Triggers. Salesforce doesn’t allow External Callouts to directly happen from Apex Triggers. You will get the error “Callout from triggers are currently not supported’.
-
Visualforce Custom Controllers and Extensions
When we create Visualforce pages in Salesforce we have a few different ways that we can architect the code that will do any business logic that we need.