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

how to edit unique attribute value for an item in Hybris

Former Member
763

I have an item for a Hybris type, and I am trying to edit the unique attribute value.

           UPDATE ConfigurationPool;code[unique=true]
          ;keySearch

now i need to update keySearch to keywordSearch.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

UPDATE ConfigurationPool;code[unique=true];code ;keySearch;keySearch1

Answers (0)