Field:first name@person

From MintHCM Wiki

Person - First Name

Name first_name
Module Person
Type varchar
Label First Name
VName LBL_FIRST_NAME
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

First name of the contact


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'first_name' => array( 'name' => 'first_name', 'vname' => 'LBL_FIRST_NAME', 'type' => 'varchar', 'len' => '100', 'unified_search' => true, 'full_text_search' => array('boost' => 3), 'comment' => 'First name of the contact', 'merge_filter' => 'selected', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles