Programmatic Enumeration Literal Creation
![]()
Is it possible to add an Enumeration Literal programmatically? I need to add a value to several enumerations after a specific type of work item is saved.
|
One answer
![]()
I was able to add a value in the drop down using the setValue method, but it does not create an enumeration literal.
I want users to be able to open a work item and find that added value in the drop down list. Not just set the drop down for that one work item to the value. |