Skip to main content
1-Visitor
December 2, 2011
Question

DataUtility to show the discrete set values in a Multi Select Combobox

  • December 2, 2011
  • 1 reply
  • 800 views

Hi


I have an attribute for WTPart which has a discrete set constraint. I need to write a data utility to display those values in a multi select combobox.


Anybody has got any code which can retrieve the Discrete Set values of an attribute?


1 reply

1-Visitor
December 2, 2011
Hi

In Windchill 9.1 OOTB, if we have an attribute with a discrete set
constraint, by removing the Single Value Constraint, we can make an
attribute accept multiple values. In UI, it is shown in a funny way, with +
and - buttons (to confuse the user ?) .

I searched for the datautility which renders this UI, but couldnt find.

Praseeth M