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
Santana BanksSantana Banks 

Trouble using the Force.com IDE

Hi, I'm trying to install the Force.com IDE to search the metadata for any hard coded references for the upcoming split / migration. However, I'm unable to install it. I'm not sure if it's because I need to update /install Java on my computer or not. That said, is there any other way or tool to search for hard coded references without using the IDE?
Himanshu ParasharHimanshu Parashar
Hi Santana,

You can search using Developer console. 

Step 1:

User-added image

Step 2 :

User-added image


Thanks,
Himanshu
Salesforce Certified Developer | Administrator | Service Cloud Consultant

P.S. If my answer helps you to solve your problem please mark it as best answer. It will help other to find best answer.
Santana BanksSantana Banks
Thanks so much. So in searching the files, would I just search on each object and look in the Text column to see where na6.salesforce.com is referenced, or should I be looking elsewhere?
Himanshu ParasharHimanshu Parashar
developer console will allow you to search through the Apex Class, VF Page, Component etc. it will not search through the database.
Santana BanksSantana Banks
So things like email templates, w/f rules, validation rules, it won't search for using the developer console? I was able to type in na6.salesforce.com and it pulled back where it was referenced.