Big Idea or Enduring Question: How can you notify the topic owner of the Topic Assignment? Objectives: After reading this blog, you’ll be able to: Create a record-triggered Flow to send custom email notifications for the topic assignment Create an email template in Flow Use Flow to send a custom
Tag: Process builder use case
Discover How to Auto Populate Delegated Approver Field on a New User Record!
How to Auto Populate Delegated Approver Field on a New User Record
An Introduction to Version Control for Salesforce Flow
Big Idea or Enduring Question: What happens when the business requirements for a Salesforce Flow change after it’s already activated and in use? Objectives: After reading this article, you’ll be able to: Modify an existing flow to reflect new requirements Clone an existing flow to create a new version Business
Update Related Quotes to Denied Except for the One That Was Accepted
Big Idea or Enduring Question: How do I use automation to update an objects’ other related records? Objectives: After reading this blog, you’ll be able to: Use Salesforce to automatically update quotes associated with an Opportunity Use the decision element to check the quote status Define criteria so specific records
Adding a Time-dependent Action to Record-Triggered Flow
Big Idea or Enduring Question: How do you schedule a time-based action using Salesforce Flow? Objectives: After reading this blog, you’ll be able to: Understand the basics of scheduling an action using Salesforce Flow Add a Scheduled Paths action in After-save Record-Triggered Flow Learn how to automate the flow which requires users
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
Bypass Salesforce Flow for a Specific User or Profile
Big Idea or Enduring Question: How can you bypass a Salesforce Flow for a specific user or profile? Until now, we have created many flows using Salesforce Flow. It is an easy and fun experience to create flows. These flows will execute as soon as they meet the criteria. There
Working with Polymorphic Relationship in Salesforce Flow
In Salesforce, relationship fields – such as Lookup, Master-Detail, or Hierarchical – allow a customer to connect one object with another object. Now imagine a use case where a customer wants to connect one object with multiple objects – i.e., relate a child object to multiple parents’ objects. In this blog,