Field:date end@Calls
From MintHCM Wiki
Calls - End Date | |
---|---|
Name | date_end |
Module | Calls |
Type | datetimecombo |
Label | End Date |
VName | LBL_DATE_END |
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 |
Contents
[hide]Notes
Date is which call is scheduled to (or did) end
Related Features
Affected by
Initiating
Location and Code definition
modules/Calls/vardefs.php
'date_end' => array( 'name' => 'date_end', 'vname' => 'LBL_DATE_END', 'type' => 'datetimecombo', 'dbType' => 'datetime', 'massupdate' => false, 'comment' => 'Date is which call is scheduled to (or did) end', 'enable_range_search' => true, 'options' => 'date_range_search_dom', ),
Missing User input