Field:date start@Trainings
Trainings - Start Date | |
---|---|
Name | date_start |
Module | Trainings |
Type | datetimecombo |
Label | Start Date |
VName | LBL_DATE_START |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * Equals, * Not On, * After, * Before, * Last 7 Days, * Next 7 Days, * Last 30 Days, * Next 30 Days, * Last Month, * This Month, * Next Month, * Last Year, * This Year, * Next Year, * Is Between, * More Than n Months Ago |
Options List Name | date_range_search_dom |
Needs Validation | Yes |
Contents
Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Days From Start | Automation | When Days From Start is filled, its value affects Start Date of Onboarding/Offboarding Elements | Start Date, Start Date, Start Date | Days From Start | Onboarding/Offboarding Elements |
Feature:Trainings - date start - Validation IsBefore | Validation | Start Date | End Date | Trainings |
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:End date field in Trainings calculation | Automation | If the user wants to use the Generate action in the Onboarding or Offboarding template, the end date is calculated from the sum of the task start date and the duration in the Onboarding / Offboarding template record | Task Duration (h), Start Date | End Date | [[Module:Module:Trainings|]] |
Location and Code definition
modules/Trainings/vardefs.php
'date_start' => array( 'required' => false, 'name' => 'date_start', 'vname' => 'LBL_DATE_START', 'type' => 'datetimecombo', 'massupdate' => '1', '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', 'size' => '20', 'enable_range_search' => true, 'options' => 'date_range_search_dom', 'dbType' => 'datetime', 'validation' => array('type' => 'isbefore', 'compareto' => 'date_end'), ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Days From Start | Automation | When Days From Start is filled, its value affects Start Date of Onboarding/Offboarding Elements | Start Date, Start Date, Start Date | Days From Start | Onboarding/Offboarding Elements |
Feature:Trainings - date start - Validation IsBefore | Validation | Start Date | End Date | Trainings |
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:End date field in Trainings calculation | Automation | If the user wants to use the Generate action in the Onboarding or Offboarding template, the end date is calculated from the sum of the task start date and the duration in the Onboarding / Offboarding template record | Task Duration (h), Start Date | End Date | [[Module:Module:Trainings|]] |