Remove properties from a class
You can remove properties from a class according to the following rules. After
you remove a property from a class, you can still assign the property template
to other classes in the object store.
- You can only remove custom properties from classes. You cannot remove system-generated
properties.
- To remove inherited properties from a subclass, you must first remove those
properties from the superclass.
- When you remove a property from a superclass, it is no longer an inherited
custom property for any of its subclasses. It still remains in all subclasses
as a custom class property, but the listed order of properties changes. The
property becomes the first native property on each immediate subclass.
- See Propagate Metadata
Changes for more information about deleting inherited properties from a class
and all subclasses.
From a class property sheet
- In the Enterprise Manager tree, right-click the target class.
- Select Properties.
- Select the Property Definitions tab.
- Click Add/Remove.
- In the Selected box, select the properties you want to remove.
- Click <<Remove. The property now appears
in the Available box.
- Click OK when you are done.