Field:employee id@SpentTime

From MintHCM Wiki

Users Actual Effort - Employee (ID)

Name employee_id
Module Users Actual Effort
Type id
Label Employee (ID)
VName LBL_EMPLOYEE_ID
Required No
Editable No
Visible No
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable Yes
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

modules/SpentTime/vardefs.php

'employee_id' => array( 'name' => 'employee_id', 'type' => 'id', 'relationship' => 'spenttime_employees', 'reportable' => false, 'vname' => 'LBL_EMPLOYEE_ID', 'rname' => 'id', 'isnull' => 'true', 'dbType' => 'id', 'audited' => true, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles