import Enumerations
2 answers
Hi, as far as I know, there is no way to 'import' enumerations in terms of using things like 'wizards' or tools in RTC.
What you can do is to create the enumeration list in RTC and add the values through the 'Process Configuration Source', which is in XML-format.
What you can do is to create the enumeration list in RTC and add the values through the 'Process Configuration Source', which is in XML-format.
To my knowledge it is still not possible to import enumerations, but with RTC 4.0 it is possible to provide an enumeration based on an external XML-based source throught http filtered value set providers. Have a look at this article https://jazz.net/library/article/1003/#value-sets . This solution does not only keeps you from typing in all values into RTC, the enumeration is also always up to date from this external source.
Hope that helps.
Hope that helps.