Field:type@SpentTime
From MintHCM Wiki
Users Actual Effort - Type | |
---|---|
Name | type |
Module | Users Actual Effort |
Type | enum |
Label | Type |
VName | LBL_SPENT_TIME_TYPE |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | spenttime_type_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/SpentTime/vardefs.php
'type' => array( 'name' => 'type', 'vname' => 'LBL_SPENT_TIME_TYPE', 'type' => 'enum', 'len' => 36, 'options' => 'spenttime_type_dom', 'comment' => '', 'importable' => 'false', 'massupdate' => false, 'reportable' => true, 'studio' => 'false', 'default' => 'other', ),
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 |