cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

legal value list of a IBA attribute

rvanveerdeghem
9-Granite

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

1 ACCEPTED SOLUTION

Accepted Solutions
Florent
14-Alexandrite
(To:rvanveerdeghem)

Hello,

 

The external enumeration offers you to have dynamic values list driven by a custom code.

External Enumerated Value Lists 

 

 

 

Florent ROUSSEL
www.4cad.ca

View solution in original post

3 REPLIES 3
Florent
14-Alexandrite
(To:rvanveerdeghem)

Hello,

 

The external enumeration offers you to have dynamic values list driven by a custom code.

External Enumerated Value Lists 

 

 

 

Florent ROUSSEL
www.4cad.ca

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

Top Tags