Difference between revisions of "Field:date entered@Notes"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=date_entered |Field-module=Notes |Field-type=datetime |Field-label=Date Created |Field-vname=LBL_DATE_ENTERED |Field-required=No |Field-editable=No...")
 
 
Line 16: Line 16:
 
|Field-options-name=date_range_search_dom
 
|Field-options-name=date_range_search_dom
 
|Field-needs-validation=No
 
|Field-needs-validation=No
|Short Description=
+
|Short Description=Date of creating the record
 
}}
 
}}
  

Latest revision as of 20:22, 29 September 2019

Notes - Date Created

Name date_entered
Module Notes
Type datetime
Label Date Created
VName LBL_DATE_ENTERED
Required No
Editable No
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

Date of creating the record


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Notes/vardefs.php

'date_entered' => array ( 'name' => 'date_entered', 'vname' => 'LBL_DATE_ENTERED', 'type' => 'datetime', 'comment' => 'Date record created', 'enable_range_search' => true, 'options' => 'date_range_search_dom', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles