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