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,
Tag: Lightning Process builder
Automatically Clone a Record if it Meets Certain Criteria
How to use Salesforce Flow to automate business scenarios that involve cloning an existing record.
Update the Case Status Through Email-to-Case Response
Big Idea or Enduring Question: How can you automatically update the case status when receives a response from customers via Email-to-Case? Objectives: This blog post will help us to understand the following Understand how email-to-case works Create a flow that fires on the customer’s response to an email-to-case Use decision
Auto Remove Managed Package License from a Deactivated User!
Salesforce Flow is a fantastic way to automate various business processes. It allows you to create a flow based on certain criteria that you set. Salesforce flow can do many things – Create a record, Update records, Post to Chatter, Send an email, etc. A few years back – in September 2015
Auto Assign Package License to New Users
Big Idea or Enduring Question: How can you automatically assign a managed package license to new users? Objectives: After reading this blog post, the reader will be able to: Use Flow to automatically add a package license to new users Use get records element to avoid hard code of Id
Automatically Add Partner User to Public Group
Big Idea or Enduring Question: How do you automatically add partner users to a public group? This is a continuation of my last article Getting Started with Process Builder – Part 56 (Auto Create a Public Group for new Account). In my previous article, I had discussed a use case, whenever an
Custom Email Notification for Completed Tasks
Big Idea or Enduring Question: How do you send custom email notifications for the completed tasks to the Assignor? Objectives: After reading this blog post, the reader will be able to: Create a record-triggered Flow to send custom email notifications for the completed tasks to the assignor Create an email
Auto Invite Customers to a Chatter Group
Big Idea or Enduring Question: How can you automatically invite customers to a Chatter Group? Objectives: This blog post will help us to understand the following Create a Flow to auto-invite customers to a chatter group. Use get element to avoid hard code of Id Understand how to use Flow