Field:name@Positions

From MintHCM Wiki

Positions - Name

Name name
Module Positions
Type name
Label Name
VName LBL_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


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
Feature:Dependency of name field in Recruitment Automation A recruitment name is generated from a position name and start date provided during recruitment creation. Name, Start Date Name Recruitments

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Positions/vardefs.php

$dictionary['Positions']['fields']['name']['audited'] = true;



include/SugarObjects/templates/basic/vardefs.php

'name' => array( 'name' => 'name', 'vname' => 'LBL_NAME', 'type' => 'name', 'link' => true, // bug 39288 'dbType' => 'varchar', 'len' => 255, 'unified_search' => true, 'full_text_search' => array('boost' => 3), 'required' => true, 'importable' => 'required', 'duplicate_merge' => 'enabled', //'duplicate_merge_dom_value' => '3', 'merge_filter' => 'selected', ),



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
Feature:Dependency of name field in Recruitment Automation A recruitment name is generated from a position name and start date provided during recruitment creation. Name, Start Date Name Recruitments

Related Integrations

Mentioned in other articles