Identifying common objects between two or more applications

Certified Associate Developer

Is there any way to identify common objects between two or more application.

We have more than 30 unused applications and many(more than 2000) unused objects.

We are planning to delete all the unused application and the objects which are part of those applications.

So we need to delete the objects in bulk, but there are some used objects which are part of those unused application.

For this I need to find the used objects in unused application by giving the active application name.

Is there any way to do this?

  Discussion posts and replies are publicly visible

Parents
  • I echo Mike's sentiments on doing this very carefully and creating a backup export, if you ever have to delete any objects. You may find that simply removing them from the application and deleting the application container (this is Chris-approved) satisfies your cleanliness needs unless you are seeing server performance related directly to the small amount of disk space these might take up?

    30 apps and 2000 objects should not much stress on the environment itself.  Our Dev environment has 470 applications with 300,917 objects and it runs with no issues.

    If you do have to delete objects for some reason, in this case would recommend smaller batches, to make things easier if you have to recover an object later (easier for import than bringing back all 2000 objects for 1).

    In my situation, I steer away from these deletion activities as, there have been a number of times I've had to go back and locate an object that has not used for some time, they basically take up no disk space (except documents themselves), and Application Bundles can provide enough cleanliness and organization to make large amounts of objects easy to handle.

  • 0
    Certified Associate Developer
    in reply to Chris

    Thanks for your reply Chris. 

    Even we are also planning to do this activity with smaller batches.

    Ofcourse, there is no issue to have many unused objects and applications. Sometimes we are referencing the unused objects in the active application by mistakenly due to some similarity in the object name.

Reply Children
No Data