Getting Started with Salesforce Flow – Part 42 (Running a Flow in System Mode)

Big Idea or Enduring Question: How do you run a Lightning Flow in system mode?  Objectives: This blog post will help us to understand the following Difference between user mode vs system mode?  How to create a flow that runs in the system mode Business Use case Vigne Kozacek is

Read More

Auto Submit Record into Approval Process with Flow

Big Idea or Enduring Question: How do you automatically submit a record for approval using Salesforce Flow? Objectives: After reading this article, you’ll be able to: Use After-save Record-Triggered Flow to automatically submit the record into the approval How to create an Approval process  Business Use case Warren Mason is working as

Read More

Validation Rule using a before-save Flow? Yes!

Let us first understand the Validation Rule and its characteristics. A Validation Rule allows a System Administrator to define custom logic and error messages to ensure data integrity. The Rule can contain a formula, or an expression, that evaluates the data in one or more fields and returns a value of True or False. For instance,

Read More

A Christmas Present – Schedule an Autolaunch Flow!

Let us continue with my Salesforce Flow, ‘Getting Started’, series. We discussed how different types of Flows enable you to minimize code usage. Until the Winter’20 release, Scheduling Autolaunched Flows was out-of-scope. No more! As we all know, before the Winter’20 release, autolaunched Flows could only be launched using Process Builder or Apex. But, that was before! Let

Read More