Help creating multi select drop down list in RTC 4.0.3
Hello All, I need help for creating a multiselect drop down list in RTC 4.0.3. Also while exporting the record details, i need the multiselect drop down actual value not the literal values to be exported.
Please anyone help me as its urgent and i need to implement it in our project. Really appreciate your help.
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Jun 16 '14, 3:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
You basically create a new attribute of a type <some basic type>List, where <some basic type> is something like string, contributor/user, TeamArea et. Once the attribute is created, you configure the presentation to support the multi-select you want.
See https://jazz.net/library/article/1093 Lab 3 for example. |
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.
Comments
I am not sure what you are trying to do here.
I am trying to create new field in form which should be multiselect field. So i need help for that.