I am using Windchill PDMLink Release 13.1 and Datecode with CPS 13.1.0.1
Is it possible to show different list of values for selection for an attribute based on a value of attribute on the context. For example : In context , A attribute called 'Confidential' with Enum of 3 values "Yes, No, Partial'. In Part, I have an attribute called 'Preferred delivery' with Enum value - Electronic, Notification, Paper, Package.
When I create a part, if Confidential=Yes on context, then the list of values for 'Preferred delivery' should only be 'Electronic', 'Notification'. If confidential=No, then then the list of values for Preferred Delivery' should only be 'Notification', 'Paper'. If Confidential=Partial, then the list of values for 'Preferred delivery' should be all enum values.
Is this possible to achieve?