How To

Assign a Permission Set Group to a User with a Expiration Date with Flow

My final flow article posted on this blog site is dedicated to my now former JH colleague and forever friend, Michael Stephenson. This one is for you! I will miss you deeply. Here’s the answer to your question from our Tech Focused Summer ’21 Release Highlights meeting… A new Summer ’21 feature to Permission Set… Continue reading Assign a Permission Set Group to a User with a Expiration Date with Flow

How To

Use Component Visibility to Show Information At the Right Time in Screen Flow

Component visibility is an awesome admin super power where you can conditionally show information to the user that is relevant to them. Otherwise, hide that noise from them. Love being able to use component visibility in Lightning App Builder with components and also in Flow Builder when building screen flows. Keep component visibility in mind… Continue reading Use Component Visibility to Show Information At the Right Time in Screen Flow

How To

Trick: Running User Must Have Create Permission to Field Used in Screen Flow Lookup Component

If you have configured the standard screen flow lookup component and get an error “Record is not createable.” when you test it as a user, this is due to the fact that the running user of a flow must have the Create permission on the source object. For example, to search a contact’s creator, the… Continue reading Trick: Running User Must Have Create Permission to Field Used in Screen Flow Lookup Component

How To

Give Your Users a To-Do List with the Actions & Recommendations Component

Eliminate requiring your users to remember things they need to do in Salesforce. Drive consistency to users with a to-do list on the record page using the Actions & Recommendations component in Lightning Experience. (Note: The main intent of the Actions & Recommendations component is to show flows, quick actions, and recommendations from your Next… Continue reading Give Your Users a To-Do List with the Actions & Recommendations Component

How To

Use IsNew(), IsChanged() and PriorValue() in Flow Formulas

A very much awaited feature is coming in Summer ’21 – we will have the ability to use the IsNew(), IsChanged() and PriorValue() syntax in formulas as you can in workflow rules and processes in record-triggered and scheduled flows. Here are a few lessons learned from implementing this use case: Use the IsNew(), IsChanged() and… Continue reading Use IsNew(), IsChanged() and PriorValue() in Flow Formulas

How To

Clone a Task/Log a Call for Multiple Accounts

Sometimes, a customer service rep (CSR) may service a person that is associated with multiple WhatIds (accounts, policies, opportunities, etc.) and when they create a task or log a call, they can only relate the task to one account, policy, opportunity, etc. There is no option to relate it to multiple things. Instead, they create the first log a call or task and relate it to the one account, policy, opportunity, etc. and then they clone the log a call/task and relate it to another account, policy, opportunity, etc. If there is another account, policy, opportunity, etc., they need to repeat the cloning step again. 

What if, we can make this more efficient for the CSR? 

What if, they can select the accounts, policies, opportunities, whatever they need to relate the task to on one screen and upon submit, it clones the tasks for each account, policy, opportunity, or whatever it is for them?

Mind blown!

Let’s delight those CSRs and increase their overall productivity so they can move onto the next customer.