Field:email addresses@Candidates
From MintHCM Wiki
Candidates - Email | |
---|---|
Name | email_addresses |
Module | Candidates |
Type | link |
Label | |
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 |
Contents
[hide]Notes
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/person/vardefs.php
'email_addresses' => array( 'name' => 'email_addresses', 'type' => 'link', 'relationship' => candidates . '_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