cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Moved attribute, still gets displayed in SuperClass

Former Member
0 Likes
244

Greetings, I have an attribute declared in a model in core-items.xml, that I moved to one of its subclasses. there is only one deployment table for both the models (the model and its subclass), so in the database, I think that nothing has changed. the attribute is not mentioned in any hmc.xml file. I've run the proper update system. The problem is that when we create an instance of the supeclass in HMC, the field is displayed, and it shouldn't be, how do I remove the field from the superclass when creating an instance, and anywhere else. Thanks, Best regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member634058
Active Participant
0 Likes

Open HMC. NAvigate to System-->types. Search and open the superclass type. Go to properties tab, and then delete the attribute. If it gives error, delete all the data present for this type and its subtype and then try again.

Do one system update after that.

Former Member
0 Likes

I solved the problem locally by doing that, but The change should be done in all environments and should be driven by code. I don't have access to the HMC of all these environments. I can't delete data, it's critical.