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
Lorr McLorr Mc 

I need to rename multiple profiles

Hi, 

I have been asked to rename multiple profiles, however first I need to know which, processes, flows and workflows they are used in. 

I have been trying this via the developer console however my SOQL quer is wrong. 
SELECT Columns FROM Profile WHERE Profile.Name = 'Community Default User
I am really not sure if this is even the best way to do it but after searching this seems to be the only option. 

I have seen referencs to Eclipse  but I cant seem to find it on the app exchange, any advice welcome. 

Thank you, 
Lorr
Best Answer chosen by Lorr Mc
VinayVinay (Salesforce Developers) 
Hi Lorr,

You can have backup of org's metadata components and search manually like you do using eclipse.

Below are few appechange tools available.

https://appexchange.salesforce.com/listingDetail?listingId=a0N30000009wgF7EAI
https://appexchange.salesforce.com/appxSearchKeywordResults?keywords=metadata&searchType=simpleSearch
https://cloudtoolkit.co/

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar

All Answers

VinayVinay (Salesforce Developers) 
Hi Lorr,

You can have backup of org's metadata components and search manually like you do using eclipse.

Below are few appechange tools available.

https://appexchange.salesforce.com/listingDetail?listingId=a0N30000009wgF7EAI
https://appexchange.salesforce.com/appxSearchKeywordResults?keywords=metadata&searchType=simpleSearch
https://cloudtoolkit.co/

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar
This was selected as the best answer
Lorr McLorr Mc
Thank You Vinay, I am downloading Bulk Object Field Creator now.