Field:email addresses@person

From MintHCM Wiki

Person - Email

Name email_addresses
Module Person
Type link
Label Email
VName LBL_EMAIL_ADDRESSES
Required No
Editable No
Visible No
Reportable No
Importable Yes
Massupdate No
Global Search Yes
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_addresses' => array( 'name' => 'email_addresses', 'type' => 'link', 'relationship' => strtolower($object_name) . '_email_addresses', 'source' => 'non-db', 'vname' => 'LBL_EMAIL_ADDRESSES', 'reportable' => false, 'unified_search' => true, 'rel_fields' => array('primary_address' => array('type' => 'bool')), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles