Big Idea or Enduring Question: How do you automatically remove a record from the Chatter Groups? Salesforce allows you to add a record to Chatter Groups, which means you can now collaborate and discuss the records as a team in the group. You can only add Account, Contact, Contract, Campaign, Case, Lead,
Tag: Lightning Process builder
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
Auto Create a Public Group For New Account
Big Idea or Enduring Question: How can you automatically create a public group for a new account? If you have a large Community implemented and a very active instance of Salesforce, you are probably leveraging Public Groups extensively. The public group represents a group of users. We can add any number of users
Need to Auto Add Opportunity Contact Role to an Opportunity? Read on!
Big Idea or Enduring Question: How do you automatically add an Opportunity Contact Role to an Opportunity? Objectives: After reading this blog, you’ll be able to: Understand opportunity contact role Avoid hard code of Id using the get records element Use decision element to check record values Auto-create a record using
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
Auto Assign a Topic to a Record
Big Idea or Enduring Question: How can you automatically add topic(s) to a record? Objectives: After reading this blog, you’ll be able to: Use record-triggered flow to automatically add topics to a record Use the get element to find the topic id instead of hard coding of Id Use create
@Mention a Related User In a Post to Chatter Action
Big Idea or Enduring Question: How do you @mentioned related users in a Post to Chatter Salesforce Flow action? Objectives: After reading this blog, you’ll be able to: Use the post to chatter action in the record-triggered flow Use Get element to avoid hard coding of Id Use the decision