Changing the Cardinality of a Property
I have a property which was created with the default cardinality (i.e. SINGLE), but I want the cardinality of this property to be Set. What is the easiest way to make this change.
2 Replies
Properties with Cardinality SINGLE and LIST / SET have different encoding. Thus, the Cardinality is immutable.
You can create a new property with the proper cardinality and copy values from the old property into the new property
Can I delete the old property completely and create a new property with the correct cardinality with the same name ?