legal value list of a IBA attribute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
legal value list of a IBA attribute
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.
- Labels:
-
API
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
The external enumeration offers you to have dynamic values list driven by a custom code.
External Enumerated Value Lists
www.4cad.ca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
The external enumeration offers you to have dynamic values list driven by a custom code.
External Enumerated Value Lists
www.4cad.ca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The articles that where mentioned helped me a lot. Together with this one.
reset external enumerated value list
Thanks
