Field:duration@FP events
From MintHCM Wiki
Events - Duration | |
---|---|
Name | duration |
Module | Events |
Type | enum |
Label | Duration |
VName | LBL_DURATION |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | No |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * None, * 15 minutes, * 30 minutes, * 45 minutes, * 1 hour, * 1.5 hours, * 2 hours, * 3 hours, * 6 hours, * 1 day, * 2 days, * 3 days, * 1 week |
Options List Name | duration_dom |
Needs Validation | No |
Contents
Notes
Duration handler dropdown
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/FP_events/vardefs.php
'duration' => array( 'name' => 'duration', 'vname' => 'LBL_DURATION', 'type' => 'enum', 'options' => 'duration_dom', 'source' => 'non-db', 'comment' => 'Duration handler dropdown', 'massupdate' => false, 'reportable' => false, 'importable' => 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 |