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
Pavan Kumar K 1Pavan Kumar K 1 

Are there any tools/ways available to find hardcoded IDs other than manually checking in org including Apex?

There are some hard-coded IDs present in org configurations like validation rules,workflows,Flows and Apex that needs to be found and removed.
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Pavan,

You can export all the code of the org to vscode and search across all component with sobject starting ids like(001,005) ..etc.

I dont hope we have any other ways to find the hardcoded Ids.

Let. me know if you need any help on this.

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

Thanks,