Field:date modified@ProjectTask
From MintHCM Wiki
Project Tasks - Date Modified | |
---|---|
Name | date_modified |
Module | Project Tasks |
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 |
Contents
[hide]Notes
Date of modifing the record
Related Features
Affected by
Initiating
Location and Code definition
modules/ProjectTask/vardefs.php
'date_modified' => array( 'name' => 'date_modified', 'vname' => 'LBL_DATE_MODIFIED', 'type' => 'datetime', 'enable_range_search' => true, 'options' => 'date_range_search_dom', ),
Missing User input