It's all about the answers!

Ask a question

Add values to Enumeration


Prasad Makkena (1714) | asked Feb 14 '18, 11:05 a.m.
retagged Feb 22 '18, 2:18 p.m. by Ken Tessier (84117)

Hi Team,

We need to add 1000+ values in enumeration. Is there any quicker way to add? Please suggest us.

RTC version 6.0.2

One answer



permanent link
Ralph Schoon (63.1k33645) | answered Feb 15 '18, 2:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

1000+ enumeration values looks like a process design problem. 1000+ values don't seem to make any sense and are likely going to impact usability and UI performance.

There is no way to speed this up I am aware of. You could use a HTTP filtered value set and use a String attribute instead. From my perspective said problems with too many values hold for this solution.

Your answer


Register or to post your answer.