Field:reminder time@Meetings
From MintHCM Wiki
Meetings - Reminder Time | |
---|---|
Name | reminder_time |
Module | Meetings |
Type | enum |
Label | Reminder Time |
VName | LBL_REMINDER_TIME |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | No |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * 1 minute prior, * 5 minutes prior, * 10 minutes prior, * 15 minutes prior, * 30 minutes prior, * 1 hour prior, * 2 hours prior, * 3 hours prior, * 5 hours prior, * 1 day prior |
Options List Name | reminder_time_options |
Needs Validation | No |
Contents
[hide]Notes
Specifies when a reminder alert should be issued; -1 means no alert; otherwise the number of seconds prior to the start
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/Meetings/vardefs.php
'reminder_time' => array( 'name' => 'reminder_time', 'vname' => 'LBL_REMINDER_TIME', 'type' => 'enum', 'dbType' => 'int', 'options' => 'reminder_time_options', 'reportable' => false, 'massupdate' => false, 'default' => -1, 'comment' => 'Specifies when a reminder alert should be issued; -1 means no alert; otherwise the number of seconds prior to the start', 'studio' => 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 |