Field:reminder checked@Meetings

From MintHCM Wiki

Meetings - Reminders

Name reminder_checked
Module Meetings
Type bool
Label Reminders
VName LBL_REMINDER
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

checkbox indicating whether or not the reminder value is set (Meta-data only)


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Meetings/vardefs.php

'reminder_checked' =>array( 'name' => 'reminder_checked', 'vname' => 'LBL_REMINDER', 'type' => 'bool', 'source' => 'non-db', 'comment' => 'checkbox indicating whether or not the reminder value is set (Meta-data only)', 'massupdate' => false, 'studio' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles