Field:email1@Candidates

From MintHCM Wiki

Candidates - Email Address(es)

Name email1
Module Candidates
Type varchar
Label Email Address(es)
VName LBL_EMAIL_ADDRESS
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'email1' => array( 'name' => 'email1', 'vname' => 'LBL_EMAIL_ADDRESS', 'type' => 'varchar', 'function' => array( 'name' => 'getEmailAddressWidget', 'returns' => 'html' ), 'source' => 'non-db', 'group' => 'email1', 'merge_filter' => 'enabled', 'studio' => array('editview' => true, 'editField' => true, 'searchview' => false, 'popupsearch' => false), // bug 46859 'full_text_search' => array('boost' => 3, 'analyzer' => 'whitespace'), //bug 54567 ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles