Query Records by List of Ids in Flow

Big Idea or Enduring Question: How can you automatically delete open tasks related to opportunity and quote(s) when an opportunity is marked as closed lost?  Objectives: After reading this blog post, the reader will be able to: Understand @InvocableMethod and InvocableVariable Annotation Get sObject Type in Apex code Pass the

Read More

Define Additional Conditions When Updating Records

Big Idea or Enduring Question: How can I use automation to update open opportunities related to an account? Objectives: Use the decision element to check the account’s current status  Define criteria so specific records receive specific updates Use record-triggered flow to update other records related to an account Business Use

Read More

Add or Remove Followers to a Record with the Help of Salesforce Flow

Big Idea or Enduring Question: How can we develop declarative functionality to add or remove followers from a record? In Salesforce, a user can follow Chatter groups or Records. Salesforce provides out-of-the-box functionality so that Chatter group managers can also add/remove people from the group. To manage a record’s followers/subscribers,

Read More

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