"Multi-Select List" kind on RTC 4.0 editor presentation is deprecated.. How to fix that?
![]()
Hi,
In RTC 3.x I had an attribute implemented as a multi-select list (basically a Large String attribute type with a "multi-select list" kind at the presentation level). I have just migrated my repository from 3.x to 4.x, and I noticed that this "multi-select list" kind at the editor presentation level says it is "deprecated". I looked at the documentation but it is hard for me to find where it has been documented. I would like to know the new approach to implement this functionality, so I can apply the appropriate changes to my process template. Thanks! --Claudia |
3 answers
![]() The only way I found to solve this, is by defining a new attribute having: "Type= myEnumeration (Enumeration List)" --> in the WI attributes "Kind = Checkbox Enumeration List // Picker Enumeration List" --> at editor presentation level Is this the correct approach? --Claudia |
![]()
see this
The new attribute-type enumeration list replaces the multi-list presentation. It contains support for queries and printing. in this page 4.0 news Comments the other thing you cannot change an existing variable type.. once its defined in the database, you are stuck with it. so you can only create a new variable and presentation, and migrate your old data over somehow (export/import for example) |
![]()
What version of RTC does this deprecated Checkbox Multi-Select field become unsupported by IBM?
|