Cascading attribute displays internal name of global enumeration from PersistableAdapter
Version: Windchill 13.0
Use Case: Using PersistableAdapter to get IBA values of a cascading attribute, the obj.get("attribute_internal_name") for the cascading attributes specifically returns the internal names of the underlying global enumeration item instead of the display name.
Description:
I have a WTPart subtype that has several cascading attributes.
Is this expected behavior? Is there a way to get the display value of the enumerated value that is used to set up the cascading attribute?
PersistableAdapter, when used to get the original value ("Reason for Classification" in my case) returns the enumerated value list internal value instead of the display value.
Setup:


