Field:status@Employees
From MintHCM Wiki
Employees - Status | |
---|---|
Name | status |
Module | Employees |
Type | enum |
Label | Status |
VName | LBL_STATUS |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * Active, * Inactive |
Options List Name | user_status_dom |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |
Initiating
Location and Code definition
modules/Employees/vardefs.php
$dictionary['Employee']['fields']['status']['massupdate'] = false; //...64 $dictionary['Employee']['fields']['status']['studio'] = false; $dictionary['Employee']['fields']['status']['required'] = false;
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |