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