Field:recurring source@Meetings

From MintHCM Wiki

Meetings - Recurring Source

Name recurring_source
Module Meetings
Type varchar
Label Recurring Source
VName LBL_RECURRING_SOURCE
Required No
Editable Yes
Visible Yes
Reportable No
Importable No
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Source of recurring meeting


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Meetings/vardefs.php

'recurring_source' => array( 'name' => 'recurring_source', 'vname' => 'LBL_RECURRING_SOURCE', 'type' => 'varchar', 'len' => 36, 'comment' => 'Source of recurring meeting', 'importable' => false, 'massupdate' => false, 'reportable' => false, 'studio' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles