I am trying to add a custom field type to our SugarCRM 6.2 instance. I want to add a field like " email link". I want it to work as a URL field, but the prefix of each address with a prefix "mailto://"instead "http://".
Well, if this type of field is available in the studio, creating new fields or, at a minimum, to create specific code.
What I have done so far: - I copied include / SugarFields / Fields / URL to include / SugarFields / Fields / Email - In modules / ModuleBuilder / language / en _us.lang.php I added a header for the email field
But nothing works. Any help?
source
share