The Unused Objects page provides a table listing all unused objects in the solution. This view is not dynamic; it is updated when first loading and via the Refresh button.
Its purpose is to identify components that can be removed to enhance efficiency by eliminating unnecessary configurations.
On this page:
This feature only shows the places where the object is being used directly, not those used by an indirect reference or string manipulation.
See TrackChanges / CrossReference for example of configuration using objects indirectly.
Only remove unused objects if you're sure they aren't used indirectly or by external applications.
If you want to proceed and remove an object with the assistance of this table, follow these steps:
Unused Objects Table | |
---|---|
Column | Description |
ID | Assigns a unique identifier to each object. |
Module | Links the object to a specific module within the solution. |
ObjectName | Names the object for easy identification. |
For other objects, follow a similar procedure in their respective configuration tables.
If the Delete button is disabled or an error message appears, the object is still in use somewhere in the solution.
In this case, it's necessary to locate and remove its references, so you can then delete the object.
In this section: