Field:full name@person

From MintHCM Wiki

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Person - Name

Name full_name
Module Person
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

Notes


Affected by

Initiating


Dev Notes


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


Affected by

Initiating