Tag: salesforce exception

by Sean Fielding / on 24 May, 2022

Exception Emails (Part 2) – That’s It?

In the first step of Exception Handling, we identified the appropriate Exception Email recipients. In the second step, we configured the Apex Exception Email and Process Automation Exception Email (Exceptions – When Things Go Bump in the Middle of the Night). Then we sat
by Sean Fielding / on 23 May, 2022

Exceptions (Part 1) – When Things Go Bump in the Middle of the Night

What is an exception? An exception is an error that disrupts the normal flow of code execution or flow execution. For example, attempting to populate a string field with a value longer than its maximum length, will result in a STRING_TOO_LONG exception. In a