Field:last name@person
From MintHCM Wiki
|
Person - Last Name | |
|---|---|
| Name | last_name |
| Module | Person |
| Type | varchar |
| Label | Last Name |
| VName | LBL_LAST_NAME |
| Required | Yes |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | No |
| Massupdate | No |
| Global Search | Yes |
| Auditable | No |
| Options | |
| Options List Name | |
| Needs Validation | No |
Contents
Notes
Last name of the contact
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/person/vardefs.php
'last_name' => array( 'name' => 'last_name', 'vname' => 'LBL_LAST_NAME', 'type' => 'varchar', 'len' => '100', 'unified_search' => true, 'full_text_search' => array('boost' => 3), 'comment' => 'Last name of the contact', 'merge_filter' => 'selected', 'required' => true, 'importable' => 'required', ),
Missing User input