Field:type@Meetings
From MintHCM Wiki
Meetings - Type | |
---|---|
Name | type |
Module | Meetings |
Type | enum |
Label | Type |
VName | LBL_TYPE |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * The First Meeting, * Trade Meeting, * Development Meeting, * Relation Meeting, * Implementation Analysis, * Project Presentation, * Training, * Standup, * Refinement, * Planning Meeting, * Retrospective, * Internal Training, * Performance Appraisal, * Other |
Options List Name | meetings_type_dom |
Needs Validation | No |
Contents
[hide]Notes
Meeting type
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
'type' =>array( 'name' => 'type', 'vname' => 'LBL_TYPE', 'required' => true, 'type' => 'enum', 'len' => 255, 'comment' => 'Meeting type', 'options' => 'meetings_type_dom', 'massupdate' => 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 |