Field:phone home@Candidates
From MintHCM Wiki
Candidates - Home Phone | |
---|---|
Name | phone_home |
Module | Candidates |
Type | phone |
Label | Home Phone |
VName | LBL_HOME_PHONE |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | Yes |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
Notes
Home phone number of the contact
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/person/vardefs.php
'phone_home' => array( 'name' => 'phone_home', 'vname' => 'LBL_HOME_PHONE', 'type' => 'phone', 'dbType' => 'varchar', 'len' => 100, 'unified_search' => true, 'full_text_search' => array('boost' => 1), 'comment' => 'Home phone number of the contact', 'merge_filter' => 'enabled', ),
Missing User input