Make the new email field clickable (as a mailto: link) in the leads module?
I made a new text field so we can record the more generic email addresses too. But when i enter a email to that new field it is not clickable but just treated as normal text. How can i fix this? Example of this below:
You should add a CustomCode entry in file custom/modules/Leads/metadata/detailsviewdefs.php.
Something like that (assuming the field name is alt_email_c).
So, change alt_email_c to the actual name of your custom field.
This custom code wonโt open the Emails modules in SuiteCRM but instead opens Windows 10 Mail. What custom code will allow opening of SuiteCRMโs builtin Emails module ?
Thanks in advance