Field:employee name@Onboardings

From MintHCM Wiki

Onboardings - Employee

Name employee_name
Module Onboardings
Type relate
Label Employee
VName LBL_EMPLOYEE_NAME
Required No
Editable Yes
Visible Yes
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of Employee field Automation Employee

Initiating

Related Integrations

Mentioned in other articles


Dev Notes

Location and Code definition

include/SugarObjects/implements/employee_related/vardefs.php

'employee_name' => array( 'name' => 'employee_name', 'link' => 'employee_link', 'vname' => 'LBL_EMPLOYEE_NAME', 'rname' => 'full_name', 'fields' => array( 'first_name', 'last_name' ), 'db_concat_fields' => array( 0 => 'first_name', 1 => 'last_name' ), 'type' => 'relate', 'reportable' => false, 'source' => 'non-db', 'table' => 'users', 'id_name' => 'employee_id', 'module' => 'Employees', 'duplicate_merge' => 'disabled' ),



Missing User input


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of Employee field Automation Employee

Initiating

Related Integrations

Mentioned in other articles


Dev Notes