hi All,
I am trying to ensure that checkbox is a required field in leads module. basically its a GDPR privacy statement and we need to make sure that checkbox is checked before submitting a lead in CRM. This needs to be cascaded into the partner portal as well. There is no option to make a checkbox mandatory via Studio, any recommendation on how this could be achieved would be great.
Thanks,
K
Hi Kunal singh,
As mentioned in the following link, currently you can not make 'HTML' and 'Checkbox' field types required via studio.
http://support.sugarcrm.com/Knowledge_Base/Studio_and_Module_Builder/Making_a_Field_Required_or_Unrequired/
You will have to do this via dependency functionality of SugarCRM which will require developer skills. Following is the example of setting a field as Required via Dependencies.
http://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_7.9/Architecture/Extensions/Dependencies…
Regards,
Junaid