Field:full name@Candidates
From MintHCM Wiki
Candidates - Name | |
---|---|
Name | full_name |
Module | Candidates |
Type | fullname |
Label | Name |
VName | LBL_NAME |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
Notes
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/person/vardefs.php
'full_name' => array( 'name' => 'full_name', 'rname' => 'full_name', 'vname' => 'LBL_NAME', 'type' => 'fullname', 'fields' => array('first_name', 'last_name'), 'sort_on' => 'last_name', 'source' => 'non-db', 'group' => 'last_name', 'len' => '510', 'db_concat_fields' => array(0 => 'first_name', 1 => 'last_name'), 'studio' => array('listview' => false), ),
Missing User input