Field:status@Meetings
From MintHCM Wiki
Meetings - Status | |
---|---|
Name | status |
Module | Meetings |
Type | ColoredActivityStatus |
Label | Status |
VName | LBL_STATUS |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * Planned, * Held, * Not Held |
Options List Name | meeting_status_dom |
Needs Validation | No |
Contents
[hide]Notes
Meeting status (ex: Planned, Held, Not held)
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Close all related Meetings | Automation | On save, when Training status is changed to 'Held', all Meetings related to that Training also change their status to 'Held' | Status | Status | Trainings |
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Close all related Trainings that have other related Meetings closed | Automation | On save, when Meeting status is changed to 'Held', all Trainings related to that Meeting that have all other related Meetings set to 'Held', will also be set to 'Held' | Status | Status | Trainings |
Location and Code definition
modules/Meetings/vardefs.php
'status' => array( 'name' => 'status', 'vname' => 'LBL_STATUS', 'type' => 'ColoredActivityStatus', 'dbType' => 'varchar', 'len' => 100, 'options' => 'meeting_status_dom', 'comment' => 'Meeting status (ex: Planned, Held, Not held)', 'default' => 'Planned', ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Close all related Meetings | Automation | On save, when Training status is changed to 'Held', all Meetings related to that Training also change their status to 'Held' | Status | Status | Trainings |
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Close all related Trainings that have other related Meetings closed | Automation | On save, when Meeting status is changed to 'Held', all Trainings related to that Meeting that have all other related Meetings set to 'Held', will also be set to 'Held' | Status | Status | Trainings |