Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 675 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 675 Bytes

MultiSelectOptionSet-DynamicCrm

This is the HTML web resource for converting option set to Multi Select pick list in Microsoft Dynamics CRM

Follow the steps below to use the HTML/JavaScript to build your own web resource and have a functional multi select pick list in CRM:

  1. Create two custom attributes to store the value and label of the option set.

  2. Add both attributes on form, this is required, it is not required to show those attributes on form, you can hide these fields but these are required on the form.

  3. Add latest JQuery library in form library.

  4. Create HTML web resource and add the code in HTML web resource.

  5. Save and Publish your changes.