Answered by:
HTML web resource with multiple checkboxs MS CRM 2013

Question
-
Hi All,
I have the requirement to show the all countries as checkboxes from the country entity in HTML web resource.
The selected countries should show in multiline textbox. It would be greate anybody can provide the solution for this.
Thanks
Srikanth
- Edited by Srikanth_MSCRM Monday, March 16, 2015 3:07 PM
Monday, March 16, 2015 3:03 PM
Answers
-
Hi,
If i am not wrong, you must be looking for this kind of stuff.
There is a great article which uses optionsets and Build multi check box like this.
Look at this . It should help you..!
Sreeni Pavalla
- Proposed as answer by Sreenivasulu Pavalla CRM Wednesday, March 18, 2015 4:00 PM
- Marked as answer by HIMBAPModerator Monday, March 30, 2015 8:07 AM
Tuesday, March 17, 2015 8:55 AM -
Hi,
To create options with multi check box and to capture the selected options in textbox.
Follow this https://mscrmmindfire.wordpress.com/2014/01/30/crm-2013-multi-pick-list-2/
Hope this would help you !!
Regards,
Seema Furheen.S
- Marked as answer by HIMBAPModerator Monday, March 30, 2015 8:07 AM
Tuesday, March 17, 2015 9:14 AM
All replies
-
Create an entity of country and populate it with the list of countries. Create a Many to Many relationship of country with the entity. I think you don't need to create html page as you can select multiple countries and attach with the record.
If you still want to create a HTML page then create a html button on the form. When user click the button then bring the list of countires using oData and create a check box in front of each country. Once user select the countries and click save button then you can associate those countries with the record again using oData.
Regards Faisal
Monday, March 16, 2015 3:56 PM -
Thanks Faisal for your quick response, you mean to say we can show the list of countries in subgrid? The subgrid will activate only when the parent record is saved.
Is three any alternative to develop this requirement using Silverlight or HTML without button.
Tuesday, March 17, 2015 4:43 AM -
Hi All,
I'd like to add a html web resource to an entity form. The html web resource contains list of checkboxes with countries name (should be populate from the country entity), the selected checkboxes should be display in CRM multiline text field. the data should be saved in the DB when we save the record.
Thanks
Srikanth
- Merged by Andrii ButenkoMVP, Moderator Tuesday, March 17, 2015 5:37 AM The same thread
Tuesday, March 17, 2015 5:05 AM -
Hi,
If i am not wrong, you must be looking for this kind of stuff.
There is a great article which uses optionsets and Build multi check box like this.
Look at this . It should help you..!
Sreeni Pavalla
- Proposed as answer by Sreenivasulu Pavalla CRM Wednesday, March 18, 2015 4:00 PM
- Marked as answer by HIMBAPModerator Monday, March 30, 2015 8:07 AM
Tuesday, March 17, 2015 8:55 AM -
Hi,
To create options with multi check box and to capture the selected options in textbox.
Follow this https://mscrmmindfire.wordpress.com/2014/01/30/crm-2013-multi-pick-list-2/
Hope this would help you !!
Regards,
Seema Furheen.S
- Marked as answer by HIMBAPModerator Monday, March 30, 2015 8:07 AM
Tuesday, March 17, 2015 9:14 AM -
Hi,
use jqxdropdownlist from jqwidgets.com which has the option of making list items as checkbox.
you need to include required files as a webresource.
please visit jqwidgets.com for more info about the widget.
- Edited by SardarAhmed Tuesday, March 17, 2015 10:35 AM
Tuesday, March 17, 2015 10:35 AM -
Thanks a lot sreeni for sharing the link, It's worked fine as per our requirement.
Wednesday, March 18, 2015 8:58 AM -
Hey,
can u mark it as answer.
Thank you,
Sreeni Pavalla
Wednesday, March 18, 2015 4:01 PM