I have an IBA attribute where we use a "legal value list". This list must be changed once and a while. It would be great this list by code. Is it possible to change or edit the list by api and java?
Thanks in advance
Solved! Go to Solution.
Hello,
The external enumeration offers you to have dynamic values list driven by a custom code.
External Enumerated Value Lists
Hello,
The external enumeration offers you to have dynamic values list driven by a custom code.
External Enumerated Value Lists
This article has some good info on implementing an external list to drive the enumeration constraint's values from a file.
Hope this helps
Sample implementation of the "EnumerationInfoProvider" in Windchill
The articles that where mentioned helped me a lot. Together with this one.
reset external enumerated value list
Thanks