Asked by:
Create Multiple pick list CRM 2013

Question
-
Hi all,
Can any 1 guide me how to Create Multiple pick list CRM 2013..
Thursday, January 2, 2014 1:44 PM
All replies
-
Hi,
There is no out of the box support for multi-select picklists, but since CRM2013, you can use a standard N:N Relationship with form subgrid to get a respectable multiple selection field.
1. Create a custom entity (e.g. Language)
2. Create a custom N:N relationship (E.g. Language->Contact)
3. Edit the 'Active Languages' view and remove the created on field -leaving just the name field
4. Edit the Contact form and insert a sub-grid, selecting 'Languages' as the entity, set 'Show Label on form'
You then get a nice control that allows you to add languages by typing in the inline lookup control:
Hope this helps,
Scott
Scott Durow
Blog www.develop1.netFollow Me
Rockstar365
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"- Proposed as answer by Scott Durow (MVP)MVP, Editor Thursday, January 2, 2014 2:40 PM
Thursday, January 2, 2014 2:40 PMAnswerer -
- Proposed as answer by Mamatha Swamy Thursday, January 2, 2014 2:49 PM
Thursday, January 2, 2014 2:48 PM -
HI Scott,
Excellent Answer but we cant use that during NEW form. I need to Achieve this during New form Creation. Please guide.
Friday, January 3, 2014 4:32 AM -
Hi,
Yes, that is a drawback with that method. The only supported way of doing multi-select lists that can be used on-create is to create a html web resource that contains the multi-select control and then set a text field on the form. You would then intercept the save via a post create/update plugin and do the associating over the N:N relationship.
Also you might consider using multiple Boolean fields.
Hope this helps,
Scott
Scott Durow
Blog www.develop1.netFollow Me
Rockstar365
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"Friday, January 3, 2014 9:23 AMAnswerer