function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Durai MuruganDurai Murugan 

Add values by grouped in lead custom field datatype multiple picklist

Hi,
I have try to add values by grouped in lead custom field datatype of  multiple picklist.
Like:
CMS
        Drupal
        Wrodpress
OS
        Windows
         Linux
         Mac

is it possible? please suggest.

Thanks
Durai  
Shaila KadamShaila Kadam
Hi Durai,

Technically you add values in multi-select picklist but you cant enforce the selection of the values. For ex. User can chsoose "OS" and "Wordpress" and it will defeat your purpose.

Consider creating controlling and dependent picklist instead. Add "CMS" and "OS" to controlliing picklist values and all other values in dependent picklist. Hope this helps.