Field:end date@Recruitments

From MintHCM Wiki

Recruitments - End Date

Name end_date
Module Recruitments
Type date
Label End Date
VName LBL_END_DATE
Required No
Editable Yes
Visible Yes
Reportable No
Importable Yes
Massupdate Yes
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/Recruitments/vardefs.php

'end_date' => array( 'name' => 'end_date', 'label' => 'LBL_END_DATE', 'vname' => 'LBL_END_DATE', 'comments' => '', 'help' => '', 'type' => 'date', 'audited' => true, 'max_size' => NULL, 'require_option' => '0', 'default_value' => '', 'deleted' => '0', 'massupdate' => true, 'duplicate_merge' => '1', 'reportable' => '1', 'importable' => 'true', 'enforced' => '', 'dependency' => '', 'enable_range_search' => true, 'options' => 'date_range_search_dom', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles