Hi, with every option in an option set, there is an integer assigned to the option (1000,2000,3000, etc.). In the multi-select option set, is there a value assigned to "Select All"? If so, how would I find that out.
I am considering implementing this field as we recently got the v9.0 update so I am wondering if it is possible to import data into that field using the connections template or a different template (any suggestions would be helpful) and if it was possible to import data, what value would I use for "Select All"? I do not prefer to go down the customization route. Thanks!
Hi,
I think "Select All" is the UI functionality which selects all the options and stores it. There isn't any value against "Select All". Yes, you can import data to OptionSet field by providing all the applicable values separated by semicolon ';'. refer this : www.inogic.com/.../import-data-with-multi-select-option-set-values-in-dynamics-365-v9
So if you want to include all values, you need to manually set all values separated by semicolon.
Hope this helps.