Field:email reminder time@Meetings

From MintHCM Wiki

Meetings - Email Reminder Time

Name email_reminder_time
Module Meetings
Type enum
Label Email Reminder Time
VName LBL_EMAIL_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

Notes

Specifies when a email 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

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Meetings/vardefs.php

'email_reminder_time' => array( 'name' => 'email_reminder_time', 'vname' => 'LBL_EMAIL_REMINDER_TIME', 'type' => 'enum', 'dbType' => 'int', 'options' => 'reminder_time_options', 'reportable' => false, 'massupdate' => false, 'default' => -1, 'comment' => 'Specifies when a email 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

Initiating

Related Integrations

Mentioned in other articles