Welcome to the Jazz Community Forum
create an custon attribute of an array type in RTC 5.0 2 ?

Is there any way to create an custon attribute of an array type in RTC 5.0 2 ? I have an requirement o create an attribute where in user will give 15 different inputs and I need to store all of them . This can easily be done using array . If array not possible in RTC , is there any such way to address my requirement.
One answer

For most attribute type [atype] there is an attribute type [atype] List that can store multiple values since 4.x.
So for an enumeration priority there is an attribute priority List, string List for string and so forth.
You can see this just by faking the creation of a custom attribute and scroll through the available attribute types, btw.
Edited:
Note: some types don't seem to have a list representation.
So for an enumeration priority there is an attribute priority List, string List for string and so forth.
You can see this just by faking the creation of a custom attribute and scroll through the available attribute types, btw.
Edited:
Note: some types don't seem to have a list representation.
Comments
harshal Wable
Mar 31 '17, 5:09 p.m.DO we have something like Integer list ? I do not see it in attribute type list.
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Nov 18 '15, 3:15 a.m.No, some attribute types apparently don't have a list representation: