function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
280z280z 

Searching for specific profiles used as criteria in Workflows, formulas, etc?

how can I easily find all workflow rules that have stuff like
$Profile.Name = "Sales User"
$ProfileId = 
00i800000WWzxeE

 

My use case:

I have two profiles for our sales users, call them "Sales user" & "Sales tester"

"Sales User" ne is the main one which all of them are currently assigned to  The "Sales tester" is for pilot program type stuff, which I will switch certain users to, so that they can test out the new process without disrupting everyone else.

I'm now trying to determine if by switching their profile it'll screw up anything reporting, dashboard or workflow rule wise where the "Sales User" profile is a specific criteria.  How can I quickly do a search for everything in the backend that might reference "sales user" profile?

sfdcfoxsfdcfox

Sadly, no such feature currently exists... maybe you should suggest something on the IdeaExchange?