Automatically Add an Invitee to an Event

Big Idea or Enduring Question: How do you automatically share events with an invitee when shared activities is enabled? This is a continuation of my last article Auto share events from a shared Calendar. In my previous article, I had discussed a use case, whenever an event is created without populating

Read More

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

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

Flow Formula to Standardize Opportunity Name

Big Idea or Enduring Question: How do you standardize the opportunity name to follow business defined naming convention?  Objectives: After reading this blog, you’ll be able to:  Understand when to use before-save flow Use the formula to concatenate fields in the flow Use assignment element to update the records  and

Read More

Auto Generate Tasks on Renewal Contracts

Big Idea or Enduring Question: How do you generate tasks if contracts are up for renewal in 30 days? Objectives: After reading this blog, you’ll be able to:  Create optimized scheduled-triggered flow Use formulas (date, concatenation) in salesforce flow Use scheduled-triggered flow to automatically generate tasks for renewal contracts   

Read More