"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
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
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
The new attribute-type enumeration list replaces the multi-list presentation. It contains support for queries and printing.
in this page 4.0 news