Field:email addresses@person

From MintHCM Wiki

Revision as of 12:59, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=email_addresses |Field-module=person |Field-type=link |Field-label=Email |Field-vname=LBL_EMAIL_ADDRESSES |Field-required=No |Field-editable=No |Fi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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