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

Bugs on removing dynamic attribute

0 Likes
1,245

Previously i created a dynamic attribute,later on,i need to remove it.But hybris is always reporting issues on attributeHandler not found.It seems that system update didn't remove the attribute in type system.

Accepted Solutions (0)

Answers (1)

Answers (1)

ersinv
Explorer
0 Likes

You have to delete it in backoffice. Open backoffice and go to types find your model and delete your custom dynamic attribute.

0 Likes

This is not a good option on production system right!

ersinv
Explorer
0 Likes

This is right solution. If you want remove a dynamic attribute, you must delete its' definition both in items.xml file and backoffice. or You can use for it "delete from attributedescriptors where QualifierInternal = ""

0 Likes

Hi,Thanksss.I delete it by REmove AttributeDescriptors.