Field:end date@Certificates

From MintHCM Wiki

Revision as of 18:21, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=end_date |Field-module=Certificates |Field-type=date |Field-label=End Date |Field-vname=LBL_END_DATE |Field-required=No |Field-editable=Yes |Field-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Certificates - End Date

Name end_date
Module Certificates
Type date
Label End Date
VName LBL_END_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 No

Notes


Related Features

Affected by

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:Certificates - start date - Validation IsBefore Validation End Date Start Date Certificates

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Certificates/vardefs.php

'end_date' => array( 'name' => 'end_date', 'label' => 'LBL_END_DATE', 'vname' => 'LBL_END_DATE', 'type' => 'date', '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

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:Certificates - start date - Validation IsBefore Validation End Date Start Date Certificates

Related Integrations

Mentioned in other articles