Welcome to another post in the “How I Solved This” series. In this series, we do a deep dive into a specific business problem, and share how one #AwesomeAdmin chose to solve it. Once you learn how they solved their specific problem, you will be inspired to try their solution yourself! Let’s take a look at how Gordon Lee was able to create a custom text field called AdminFlag that is only visible to Admins and allows him to run Flows and Processes without updating live data.
Key business problem:
As a Salesforce Admin, I want to run my Flows and Processes without messing up live data. I always test and debug in a sandbox, but sometimes I need a Production instance with data for testing, and I don’t want to edit real records.
How I solved it:
I created a custom text field, called AdminFlag, that’s only visible to
Leave a Reply