How to change the ID of an enumeration in RTC ?
![]()
Hi,
Does anybody know how to change the ID of an enumeration in RTC ?
Directly in the database ? trough Eclipse IDE ?
I have a enumeration who is in use by approximativly 4300 workItems, and his attribut "ID" have a tabulation character that I want to remove because the RTC java api have a problem with this character in the "id" field.
|
2 answers
![]() If the ID is already in use, you will have to modify it directly in the database. Of course this will not be officially supported. If you don't want to mess up with your database, create a new attribute/enumeration, replicate the value to the new attribute and abandon the old one.
|
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Apr 05 '18, 2:18 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Apr 05 '18, 2:18 a.m. There are process XML based enumerations, there are database based enumerations. They might work different.
|