Version 9 of Dynamics 365 now allows you to create multiple option sets – a highly requested enhancement to Dynamics 365. In brief, this is a field that provides the user with a pick-list of options, with the ability to select multiple option set values from a pre-defined list. Option sets have been available since Version 4 of Dynamics CRM. They enabled the customer to define a list of values for a field. However, previously, the user could only pick one of these options. Examples of where the multi-select option set would be applicable are:
The image below shows how the option field used to work – with the first field – the Language field allowing only. one value to be selected. The field directly below that, the Languages field, shows how it now works. Users can now select more than one language. The values in this field are displayed as a comma separated list.
In the past selecting multiple options sets could only be achieved by extra programming and more complicated grouping (see below *) You would have had to either create numerous individual fields that are checkboxes, a single line of text field which increases the chances for data entry error and thus is not reportable, or implement custom code to create a multi-select feature. With the new version, you can create and produce reports on the data much more quickly, saving developer time and providing clearer reporting. In a nutshell, the benefits are:
*Previously creating something similar to a multiple option set was more convoluted and involved:
Multi-Select Option Sets are a new attribute type. The main features are as follows: