Select all the enumeration values as "All" option are selected.
I have created attribute of type "Enumeration List" and added all the required values in the list of enumeration.
My requirement is there is one option in the list as 'All'. When we select this option (All) in the list then other data should be selected in enumeration list.
Is this possible? How can I achieve this functionality in CCM.
Accepted answer
You're asking for a "control", which I don't think exists.
You can consider these two options.
1. Just make one of the enumeration values with the meaning "All". This means that as long as this value is selected, it _means_ all other values are also selected.
2. Use the simple technique when using the Picker Enumeration List - click on the value at the top of the list, scroll down to the bottom, and Shift-Click on the value at the bottom. This way all the values are selected.
You can consider these two options.
1. Just make one of the enumeration values with the meaning "All". This means that as long as this value is selected, it _means_ all other values are also selected.
2. Use the simple technique when using the Picker Enumeration List - click on the value at the top of the list, scroll down to the bottom, and Shift-Click on the value at the bottom. This way all the values are selected.