Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CRM - 2015 - CheckBoxes

IS this possible to have check boxes in crm 2015 page (not through web resource) , I tried to implement couples of solution with js but did not work out. Any comments would be useful.

like image 893
Yash Narwal Avatar asked Jun 06 '26 20:06

Yash Narwal


1 Answers

You can add checkboxes by creating fields of type two options. Then, add them to an entity form and in the field properties window, change the format to "checkbox".

Check this out: https://www.microsoft.com/en-US/dynamics/crm-customer-center/create-or-edit-entity-fields.aspx

Possible data types for a field

Two options

After creating this field, configure it in the form to which it was added. In the form, select whether the field is displayed as option buttons (also known as radio buttons), a check box, or a list.

Cheers.

like image 134
Nicolás Brandl Avatar answered Jun 09 '26 09:06

Nicolás Brandl