Add Chatter Followers to Record

How to auto add Chatter Followers to Record

Read More

Automatically Add New User to Public Group or Queue

Big Idea or Enduring Question: How do you automatically add new users to a Public Group or Queue? Objectives: This blog post will help us to understand the following Create automation associated with creating a new user Automatically add a user to a specified Public Group or Queue with Flow

Read More

Delete Complete Chatter Conversation Using Salesforce Flow

Big Idea or Enduring Question: How can users be allowed to delete Chatter conversation? This is a continuation of my previous article Delete Chatter Messages Using Salesforce Flow, In that I had discussed a way which allows your users to delete Chatter messages. This article goes a step ahead and

Read More

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

Automatically Create a Record from a Flow

Big Idea or Enduring Question: How do you automatically create a record using Salesforce Flow? Objectives: After reading this blog, you’ll be able to:  Understand the basic components of Salesforce Flow Learn how to auto-create a record using Salesforce Flow Business Use case Corey Eridon is working as a System

Read More

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

Read More