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
AbAb 

show dependency for custom object

Hello,

I have a custom objects.
There are few rows created for this custom object.

How cna i know where all is this custom object used.
Best Answer chosen by Ab
Amit Chaudhary 8Amit Chaudhary 8
You can check by below way
1) Take a complete backup of project in eclips and search Object API name.
2) Try to delete custom object. I will give you all place whare it is being used

I will recoment Option 1 only
Thanks
Amit Chaudhary

All Answers

Amit Chaudhary 8Amit Chaudhary 8
You can check by below way
1) Take a complete backup of project in eclips and search Object API name.
2) Try to delete custom object. I will give you all place whare it is being used

I will recoment Option 1 only
Thanks
Amit Chaudhary
This was selected as the best answer
GANESH ALUGU 347GANESH ALUGU 347
Hi,

You can find or refer any component i.e Custom Object or Custom Fields  of Salesforce Instance which you have logged in only in below mentioned components  by having "Salesforce Advanced Code Searcher" extension in your browser machine 
  1. Class i.e Apex Classes
  2. Page i.e Visualforce Pages
  3. Trigger i.e Apex Triggers
  4. VF Comp i.e Visualforce Components
  5. Lightning Components i.e Aura Components
  6. Salesforce Advanced Code Search is Extension Where you can install .
Below is the Snapshot of it! and Hope this helpful :)

Salesforce Advance Code Searcher Extension