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
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.
See https://jazz.net/library/article/1093 Lab 3 for example.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jun 16 '14, 2:34 a.m.I am not sure what you are trying to do here.
Prateek Gautam
Jun 16 '14, 2:38 a.m.I am trying to create new field in form which should be multiselect field. So i need help for that.