Field:date start@FP events

From MintHCM Wiki

Events - Start Date

Name date_start
Module Events
Type datetimecombo
Label Start Date
VName LBL_DATE
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable No
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 Yes

Notes

Date of start of meeting


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:FP events - date start - Validation IsBefore Validation Start Date End Date Events

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/FP_events/vardefs.php

'date_start' => array( 'name' => 'date_start', 'vname' => 'LBL_DATE', 'type' => 'datetimecombo', 'dbType' => 'datetime', 'comment' => 'Date of start of meeting', 'importable' => 'required', 'required' => true, 'enable_range_search' => true, 'options' => 'date_range_search_dom', 'display_default' => 'now&12:45pm', 'validation' => array('type' => 'isbefore', 'compareto' => 'date_end', 'blank' => false), ),



Missing User input


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:FP events - date start - Validation IsBefore Validation Start Date End Date Events

Initiating

Related Integrations

Mentioned in other articles