how to create Custom Attribute for RTC with multiple values
How to create custom attribute which stores multiple value?
I read someone comments as follows: "You need to add the enumeration then create a new attribute and set it to string. When you add the presentation select the attribute and set Kind to Multi-Select List. In the properties add the key "enumeration" and set the value to the enumeration ID you originally set up " However, I found there is no choice as Multi-Select List in the presentation when I create a new attribute and set it to string. Any suggestions on how to resolve it? Thanks!
|
Accepted answer
Ralph Schoon (63.5k●3●36●46)
| answered Mar 21 '16, 6:28 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
If you add a custom attribute, you have to specify a type of the attribute. There are several types available. In the versions 5.x and later, for almost every type [typename] exists a list type [typename] list. List means more than one value. This is true for enumerations as well.
jane zhou selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.