Field:employee status@Users
From MintHCM Wiki
|
Users - Employee Status | |
|---|---|
| Name | employee_status |
| Module | Users |
| Type | varchar |
| Label | Employee Status |
| VName | LBL_EMPLOYEE_STATUS |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| Options | |
| Options List Name | |
| Needs Validation | No |
Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/Users/vardefs.php
'employee_status' => array( 'name' => 'employee_status', 'vname' => 'LBL_EMPLOYEE_STATUS', 'type' => 'varchar', 'function' => array( 'name' => 'getEmployeeStatusOptions', 'returns' => 'html', 'include' => 'modules/Employees/EmployeeStatus.php' ), 'len' => 100, ),
Missing User input