Integrating SMS with Salesforce

Text is coming back in a big way and why wouldn’t it be? An email inbox is a crowded place with every last person you’ve given your email to, vying for attention. SMSes are better suited to concise, high-speed interactions…

Apex Enterprise Patterns

Apex Enterprise Patterns

Enterprise Design Patterns have been around for a while to represent best practices for large scale development projects. First promoted by Martin Fowler in 2003 – “Patterns of Enterprise Application Architecture”. First Adapted to Salesforce by Andy Fawcett in 2014…

Salesforce Function

Salesforce Functions

Salesforce Functions or Evergreen is a service that lets developers write code that integrates with data and events on the Salesforce Platform and run it on-demand with an elastic scale in a serverless environment. What is a Salesforce function? A…

Exception handling in flow

In this session, we will talk about how to handle exceptions/errors in Salesforce flow using fault connectors and the Platform events framework. Let learn about Exception handling in flow. Handling & Logging Let understand the different between Exception handling and…