Possible to change the Type of RTC "Picker Enumeration list" Attribute ?
Hi,
I have a custom attribute which is of "Enumeration List" type and in the Editor Presentation. its of "Picker Enumeration list". Now when the Value is getting added along with the existing values, the below issue is seen. If there any way to handle it without disturbing the existing attribute workflow.
Could not save work item. Validation errors for item: type = WorkItem, itemId = [UUID XXXXXXXXXX] |
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Which version of EWM? How many choices does the enumeration used here provide? How many selections are in the enumeration list already?
Which version of EWM?
I do not know all the details, how enumerationList attributes are stored in the database. Based on the error message, I would assume that the system stores the enumeration literal ID's in a medium string attribute e.g. comma separated. It will not store the display values, those are stored in the enumeration definition.
The error message would indicate that the enumeration literal IDs have a size of about 11 characters.
I would contact support to get this confirmed. I don't know how to solve this at the moment. I don't know what the attribute does, but there will likely always be limitations on number of custom attributes and amount of data they store.