Field:employee link@Goals

From MintHCM Wiki

Goals - Employee

Name employee_link
Module Goals
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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/implements/employee_related/vardefs.php

'employee_link' => array( 'name' => 'employee_link', 'type' => 'link', 'relationship' => goals . '_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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles