Difference between revisions of "Field:date modified@Candidatures"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=date_modified |Field-module=Candidatures |Field-type=datetime |Field-label=Date Modified |Field-vname=LBL_DATE_MODIFIED |Field-required=No |Field-e...")
 
 
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 modifing the record
 
}}
 
}}
  

Latest revision as of 19:59, 29 September 2019

Candidatures - Date Modified

Name date_modified
Module Candidatures
Type datetime
Label Date Modified
VName LBL_DATE_MODIFIED
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 modifing the record


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/basic/vardefs.php

'date_modified' => array( 'name' => 'date_modified', 'vname' => 'LBL_DATE_MODIFIED', 'type' => 'datetime', 'group' => 'modified_by_name', 'comment' => 'Date record last modified', 'enable_range_search' => true, 'options' => 'date_range_search_dom', 'inline_edit' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles