Field:last name@Candidates

From MintHCM Wiki

Candidates - Last Name

Name last_name
Module Candidates
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 Yes
Options
Options List Name
Needs Validation No

Notes

Last name of the contact


Related Features

Affected by

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:Dependency of name field in Candidatures Automation A candidature name is generated from the first name and last name of a candidate a candidature is related to and a position name a candidature is related to. First Name, Last Name, Name Name

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Candidates/vardefs.php

'last_name' => array( 'name' => 'last_name', 'vname' => 'LBL_LAST_NAME', 'type' => 'varchar', 'len' => '100', 'unified_search' => true, 'duplicate_on_record_copy' => 'always', 'full_text_search' => array('enabled' => true, 'boost' => 3), 'comment' => 'Last name of the contact', 'merge_filter' => 'selected', 'required' => true, 'importable' => 'required', 'audited' => true, ),



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


Related Features

Affected by

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:Dependency of name field in Candidatures Automation A candidature name is generated from the first name and last name of a candidate a candidature is related to and a position name a candidature is related to. First Name, Last Name, Name Name

Related Integrations

Mentioned in other articles