Field:date end@Meetings

From MintHCM Wiki

Meetings - End Date

Name date_end
Module Meetings
Type datetimecombo
Label End Date
VName LBL_DATE_END
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
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 No

Notes

Date meeting ends


Related Features

Affected by

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:Meetings - date start - Validation IsBefore Validation This is a simple validation of the meeting start date field, which cannot be later than the end date. End Date Start Date Meetings

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Meetings/vardefs.php

'date_end' => array( 'name' => 'date_end', 'vname' => 'LBL_DATE_END', 'type' => 'datetimecombo', 'dbType' => 'datetime', 'massupdate' => false, 'comment' => 'Date meeting ends', 'enable_range_search' => true, 'options' => 'date_range_search_dom', ),



Missing User input


Related Features

Affected by

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:Meetings - date start - Validation IsBefore Validation This is a simple validation of the meeting start date field, which cannot be later than the end date. End Date Start Date Meetings

Related Integrations

Mentioned in other articles