Field:email addresses primary@person

From MintHCM Wiki

Person - Email Address

Name email_addresses_primary
Module Person
Type link
Label Email Address
VName LBL_EMAIL_ADDRESS_PRIMARY
Required No
Editable No
Visible No
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

'email_addresses_primary' => array( 'name' => 'email_addresses_primary', 'type' => 'link', 'relationship' => strtolower($object_name) . '_email_addresses_primary', 'source' => 'non-db', 'vname' => 'LBL_EMAIL_ADDRESS_PRIMARY', 'duplicate_merge' => 'disabled', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles