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
Vinay KolusuVinay Kolusu 

how to delete the dependencies on objects

I had deleted an object previously created and when i re-creating some of the dependencies, i have name conflict and system throws an error saying the dependency existing with the name.

how can delete the dependencies on the object while deleting the object 
Best Answer chosen by Vinay Kolusu
Mustafa JhabuawalaMustafa Jhabuawala
You have to delete following things before deleting the object -
  1. Any child object dependencies e.g.formula field.
  2. Roll up summary fields
  3. Workflow
  4. Validation rule
  5. Email templates
  6. Trigger
  7. VF pages
  8. Controllers
Hope this helps :)