How do I create a multi-select attribute?
One answer
Evan,
have a look at the article:
https://jazz.net/library/article/130
The multi selection is an editor presentation only. Basically you create a string attribute, and an enumeration. You choose the enumeration in an multi-select editor presentation for the attribute. The attribute will store a comma separated list of literals to handle the multiple values.
Try it out on a test server. I think you use the medium string, but I am not sure.
have a look at the article:
https://jazz.net/library/article/130
The multi selection is an editor presentation only. Basically you create a string attribute, and an enumeration. You choose the enumeration in an multi-select editor presentation for the attribute. The attribute will store a comma separated list of literals to handle the multiple values.
Try it out on a test server. I think you use the medium string, but I am not sure.