Field:status@Trainings
|
Trainings - Status | |
|---|---|
| Name | status |
| Module | Trainings |
| Type | enum |
| Label | Status |
| VName | LBL_STATUS |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | Yes |
| Options | * Planned, * Held, * Not Held |
| Options List Name | training_status_list |
| Needs Validation | No |
Contents
Notes
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating 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 | Meetings |
| 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
| Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
|---|---|---|---|---|---|
| Feature:Close Onboarding/Offboarding if all other elements are closed | Automation | On save, if status of Exit Interview/Task/Training is equal to 'Held' or 'Completed' and record is an element of Onboarding or Offboarding, system checks if all other elements related to Onboarding/Offboarding are closed (Held or Completed). If so, status of Onboarding/Offboarding also changes to 'Held'. | Status, Status, Status | Status, Status | Offboardings, Onboardings |
| 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 | Meetings |
Location and Code definition
modules/Trainings/vardefs.php
'status' => array( 'required' => false, 'name' => 'status', 'vname' => 'LBL_STATUS', 'type' => 'enum', 'massupdate' => '1', 'default' => 'planned', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'inline_edit' => '', 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => 100, 'size' => '20', 'options' => 'training_status_list', 'studio' => 'visible', 'dependency' => false, ),
Missing User input
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating 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 | Meetings |
| 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
| Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
|---|---|---|---|---|---|
| Feature:Close Onboarding/Offboarding if all other elements are closed | Automation | On save, if status of Exit Interview/Task/Training is equal to 'Held' or 'Completed' and record is an element of Onboarding or Offboarding, system checks if all other elements related to Onboarding/Offboarding are closed (Held or Completed). If so, status of Onboarding/Offboarding also changes to 'Held'. | Status, Status, Status | Status, Status | Offboardings, Onboardings |
| 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 | Meetings |