Field:trans date@Transportations

From MintHCM Wiki

Transportations - Transportation Start Date

Name trans_date
Module Transportations
Type datetimecombo
Label Transportation Start Date
VName LBL_TRANS_DATE
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 No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Transportations/vardefs.php

'trans_date' => array( 'required' => false, 'name' => 'trans_date', 'vname' => 'LBL_TRANS_DATE', 'type' => 'datetimecombo', 'massupdate' => 0, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'size' => '20', 'dbType' => 'datetime', 'enable_range_search' => true, 'options' => 'date_range_search_dom', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles