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
AndyuxAndyux 

Identifying where a Role has been used

We want to update roles, and I want to get a list of where roles are used - formulas, workflows, triggers, etc. I have searched with no luck. Thanks
karthikeyan perumalkarthikeyan perumal
Hello, 

use have to UserRole, 

Note: it will be associated with user Object. 

Formula FIelds, workflow rule criteria, trigger, class, process builder, and many more, if you seen the formula Editor  those areas  you can use and update, 

Hope this will clear. 
Thanks
karthik
 
AndyuxAndyux
I need to find out where UserRole is used currently in our instance. ie Find 'UserRole' 
 
Nisha WarrierNisha Warrier
If you are using Eclipse IDE, you can do a string search