Welcome to the Jazz Community Forum
Can I dynamically make one selection of an EnumerationList show read-only?

I have an enumeration which is displayed as an EnumerationList (multi-select) as a set of checkboxes.
I'd like to dynamically enable/disable a given checkbox based on the value of another attribute. For example:
If attribute A = 1
then allowable values (those enabled) are X, Y, and Z
but if attribute A = 2
then allowable values (those enabled) are only Y and Z. X is not valid.
My enumerations are stored in the configuration.
Can this be done?
I'd like to dynamically enable/disable a given checkbox based on the value of another attribute. For example:
If attribute A = 1
then allowable values (those enabled) are X, Y, and Z
but if attribute A = 2
then allowable values (those enabled) are only Y and Z. X is not valid.
My enumerations are stored in the configuration.
Can this be done?
One answer

Hello Susan,
did you try dependent enumerations ?
https://jazz.net/library/article/1003/#value-sets
Eric
Comments

I use dependent enumerations for single-select enumerations in a few places ... i didn't realize that they could work for multi-select ones also ...

So I created a new ValueSet between my two Enumerations, but when I attempt to set the value set on the EnumerationList, it is greyed out and doesn't allow me to select a value set.
Comments
sam detweiler
Aug 27 '14, 6:12 p.m.sorry, no.. dependent enums only work for singe select.