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
ShreyankaShreyanka 

Want to delete one profile

I want to delete a profile but before that, I want to make the document of the references (i.e. apex classes, workflows, process builders, etc) of that specific profile.

please help me to retrieve the above details using VsCode.


Thanks in advance!

 
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Shreya,

The only way you can check this is by exporting all the code(Apex, Workflows,Process Builder..etc) into the visual studio code and search with this profile name.

There are also chances you may be using custom label so you may need to search with the custom label as well if any.

If this solution helps, please mark it as best answer.

Thanks,