Field:email@Candidates

From MintHCM Wiki

Candidates - Email

Name email
Module Candidates
Type email
Label Email
VName LBL_ANY_EMAIL
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable No
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

'email' => array( 'name' => 'email', 'type' => 'email', 'query_type' => 'default', 'source' => 'non-db', 'operator' => 'subquery', 'subquery' => 'SELECT eabr.bean_id FROM email_addr_bean_rel eabr JOIN email_addresses ea ON (ea.id = eabr.email_address_id) WHERE eabr.deleted=0 AND ea.email_address LIKE', 'db_field' => array( 'id', ), 'vname' => 'LBL_ANY_EMAIL', 'studio' => array('visible' => false, 'searchview' => true), 'importable' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles