Field:phone fax@person
From MintHCM Wiki
|
Person - Fax | |
|---|---|
| Name | phone_fax |
| Module | Person |
| Type | phone |
| Label | Fax |
| VName | LBL_FAX_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
Contact fax number
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/person/vardefs.php
'phone_fax' => array( 'name' => 'phone_fax', 'vname' => 'LBL_FAX_PHONE', 'type' => 'phone', 'dbType' => 'varchar', 'len' => 100, 'unified_search' => true, 'full_text_search' => array('boost' => 1), 'comment' => 'Contact fax number', 'merge_filter' => 'enabled', ),
Missing User input