Field:employee id@Resources

From MintHCM Wiki

Resources - Employee ID

Name employee_id
Module Resources
Type relate
Label Employee ID
VName LBL_EMPLOYEE_ID
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
Options List Name
Needs Validation No

Notes

Employee assigned to record


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_id' => array( 'name' => 'employee_id', 'rname' => 'user_name', 'id_name' => 'employee_id', 'vname' => 'LBL_EMPLOYEE_ID', 'group' => 'employee_name', 'type' => 'relate', 'table' => 'users', 'module' => 'Employees', 'reportable' => true, 'isnull' => 'false', 'dbType' => 'id', 'audited' => true, 'comment' => 'Employee assigned to record', 'duplicate_merge' => 'disabled' ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles