Field:employee link@ExitInterviews

From MintHCM Wiki

Exit Interviews - Employee

Name employee_link
Module Exit Interviews
Type link
Label Employee
VName LBL_EMPLOYEE
Required No
Editable No
Visible No
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/implements/employee_related/vardefs.php

'employee_link' => array( 'name' => 'employee_link', 'type' => 'link', 'relationship' => exitinterviews . '_employee', 'vname' => 'LBL_EMPLOYEE', 'link_type' => 'one', 'module' => 'Employees', 'bean_name' => 'Employee', 'source' => 'non-db', 'duplicate_merge' => 'enabled', 'rname' => 'full_name', 'id_name' => 'employee_id', 'table' => 'users', ),



Missing User input


Affected by

Initiating