Field:email@person
From MintHCM Wiki
Person - Any Email | |
---|---|
Name | |
Module | Person |
Type | |
Label | Any 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 |
Contents
[hide]Notes
Related Features
Affected by
Initiating
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