How to configure Multi-select picklist control in Dynamics CRM.

Follow Debajit’s Power Apps & Dynamics 365 Blog on WordPress.com

Very happy new year to all of my blog readers. This is my first post of the year and it could not have started in a better way. I am delighted to announce the new “Multi-Select Picklist control” from XrmForYou.com tools library.

Showing a picklist attribute as multi-select is a requirement we get every now and then for our CRM implementations and either we tend to implement workarounds or we spend up too much time coding for it and it adds up to your project budget. What if this be can be done just through few clicks? Well you wish for and  this is granted.

Before I go into the detailed documentation of the tool, some details as to where you can get hands on the tool.

A free version of the tool is available for only OOB entities and you can configure up to a max of two entities. It would allow you to configure multi-select behavior for your optionsets and show them on the form

The licensed version comes with support for all OOB entities as well as custom entities. Apart from that you can enable support for data imports and editable grid behaviors with configurations in the licensed version.

For both the free version and the licensed version, please write to info@xrmforyou.com

Okay, so let’s see how the tool works. The tool comes as a managed solution. Import the solution and open it in a browser of your choice and navigate to the ‘Configuration’ page of the solution. You would be presented with a screen like the one below.

image

Through this screen, you basically need to select the optionsets that you want to enable for multi-select.

Select the desired entity and all the available optionsets for the entity would be shown up. I have selected ‘Account’ for this example.

image

Select the Optionset that you want to enable for multi-select and move it to the ‘Enabled for Multi-Select’ pane.

I have selected the Category optionset to be enabled for multi-select

image

Click on Save to save the configurations.

The next step is to configure the optionset as multi-select on the form. To do this, follow the below steps.

  • Open the form in which you want to insert the multi-select control in the form editor.
  • Click on Form Properties and add the library xrm4you_/scripts/ms_formevents.js as shown in the below screenshot
image

  • Add a form load event with the below details
    • Function Name – XrmForYou.MultiSelect.FormEvents.FormLoad
    • Library – xrm4you_/scripts/ms_formevents.js
image

  • And you are done! Please note that you would need to do this for each form where you want to show the Multi-select control.

The next step is to configure the control on the form. Again open the form in the form editor and follow the below steps

  • Select the area where you want to render the multi-select control and click on Insert – > Web Resource.
  • In the webresource lookup, select the web resource – xrm4you_/pages/ms_control.html
image

  • Now comes the name of the web resource. Naming the webresource is very important here and improper naming would lead to control not rendering properly. By default CRM mandates each web resource should start with the word ‘WebResource_’ as shown in the screenshot below
image

  • the remaining name should follow the pattern – xrm4you_multiselect_. For example – I have selected category for my example. Schema name is ‘accountcategorycode’. So my webresource name would be xrm4you_multiselect_accountcategorycode as shown in the screenshot below.
image

  • You can choose a label to display to make it similar to like other CRM field. I have chosen label as ‘Category’ as in the above screenshot.
  • In the formatting you can choose to display border or not as you wish. I have chosen not to display the border.
image

  • Close the webresource.
  • In the Field Explorer, Select Custom Fields
image

  • For every field we configure for multiselect, two new fields are created with the name format
    • Multiselect for .
    • Multiselect label for
  • As you can see in the below screenshot, there is a field created for accountcategorycode as well
image

  • Drag and drop both the fields on the form and set their visibility on the form to false.

That’s all. Save and publish the form

I opened a new Account form and this is how it renders.

image

Great isn’t it. You can select you choices and save the record.

Hope you liked this tool. To explore more of our tools, please visit the products page http://www.xrmforyou.com/products.html

3 thoughts on “How to configure Multi-select picklist control in Dynamics CRM.”

  1. Hi
    Debajit,
    We have used xrm4you multi select option set control in our legacy Dynamics 365 forms, now we have upgrade all the forms in Power App {unified interface}, here multi select option set control is not working . Wanted to check if any hot fix is available for this issue. If yes how apply

    1. Hi Grisih
      The multiselect control is intended for versions which does not have the data type multiselect. I am assuming you are using the latest version of Dynamics which already have the multiselect control in place.

Comments are closed.