cancel
Showing results for 
Search instead for 
Did you mean: 

How To add one more code attribut in Enum value

Former Member
0 Kudos

Hi, How to create a new attribute in enum type?

eg: I want to add one more attribute xyzcode to the SwatchColorEnum.

         <value code="BLACK" xyzcode="XXX" />


Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
     <enumtype code="enumName" autocreate="false" generate="true" dynamic="true">

and make autocreate false.