Field:assistant phone@person
From MintHCM Wiki
|
Person - Assistant Phone | |
|---|---|
| Name | assistant_phone |
| Module | Person |
| Type | phone |
| Label | Assistant Phone |
| VName | LBL_ASSISTANT_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 |
Notes
Phone number of the assistant of the contact
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/person/vardefs.php
'assistant_phone' => array( 'name' => 'assistant_phone', 'vname' => 'LBL_ASSISTANT_PHONE', 'type' => 'phone', 'dbType' => 'varchar', 'len' => 100, 'group' => 'assistant', 'unified_search' => true, 'full_text_search' => array('boost' => 1), 'comment' => 'Phone number of the assistant of the contact', 'merge_filter' => 'enabled', ),
Missing User input