Field:birthdate@Candidates

From MintHCM Wiki

Candidates - Birthdate

Name birthdate
Module Candidates
Type date
Label Birthdate
VName LBL_BIRTHDATE
Required Yes
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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Candidates/vardefs.php

'birthdate' => array( 'name' => 'birthdate', 'label' => 'LBL_BIRTHDATE', 'vname' => 'LBL_BIRTHDATE', 'comments' => '', 'help' => 'In case of no informations about date of birth, type oriented year with 1st January', 'type' => 'date', 'required' => true, 'audited' => false, 'mass_update' => false, 'duplicate_merge' => '1', 'reportable' => true, 'importable' => true, 'options' => 'date_range_search_dom', 'enable_range_search' => '1', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles