Field:start date@Certificates
From MintHCM Wiki
Certificates - Start Date | |
---|---|
Name | start_date |
Module | Certificates |
Type | date |
Label | Start Date |
VName | LBL_START_DATE |
Required | No |
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 | Yes |
Contents
Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Certificates - start date - Validation IsBefore | Validation | Start Date | End Date | Certificates |
Initiating
Location and Code definition
modules/Certificates/vardefs.php
'start_date' => array( 'name' => 'start_date', 'label' => 'LBL_START_DATE', 'vname' => 'LBL_START_DATE', 'type' => 'date', 'audited' => false, 'mass_update' => false, 'duplicate_merge' => '1', 'reportable' => true, 'importable' => true, 'options' => 'date_range_search_dom', 'enable_range_search' => '1', 'validation' => array('type' => 'isbefore', 'compareto' => 'end_date'), ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Certificates - start date - Validation IsBefore | Validation | Start Date | End Date | Certificates |