Field:start date@Recruitments
From MintHCM Wiki
|
Recruitments - Start Date | |
|---|---|
| Name | start_date |
| Module | Recruitments |
| Type | date |
| Label | Start Date |
| VName | LBL_START_DATE |
| Required | Yes |
| Editable | Yes |
| Visible | Yes |
| Reportable | No |
| Importable | Yes |
| Massupdate | Yes |
| 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 |
Contents
Notes
Related Features
Affected by
Initiating
| Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
|---|---|---|---|---|---|
| Feature:Dependency of name field in Recruitment | Automation | A recruitment name is generated from a position name and start date provided during recruitment creation. | Name, Start Date | Name | Recruitments |
Location and Code definition
modules/Recruitments/vardefs.php
'start_date' => array( 'name' => 'start_date', 'label' => 'LBL_START_DATE', 'vname' => 'LBL_START_DATE', 'comments' => '', 'help' => '', 'type' => 'date', 'max_size' => NULL, 'require_option' => '0', 'default_value' => '', 'deleted' => '0', 'massupdate' => true, 'duplicate_merge' => '1', 'reportable' => '1', 'importable' => 'true', 'enforced' => '', 'dependency' => '', 'required' => true, '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:Dependency of name field in Recruitment | Automation | A recruitment name is generated from a position name and start date provided during recruitment creation. | Name, Start Date | Name | Recruitments |