The Unused Objects page provides a table listing all unused objects in the solution. This view is
not dynamic; it isupdated 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:
Table of Contents | ||||
---|---|---|---|---|
|
Column | Description |
---|---|
ID | Unique object identifier |
Module | Module containing object |
ObjectName | Name of unused object |
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:
detects direct usage. Do not remove objects that might be:
If an object appears unused but can't be deleted:
Claude can make mistakes.
Please double-check responses
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:
Page Tree | ||||
---|---|---|---|---|
|