Field:date start@Calls
From MintHCM Wiki
Calls - Start Date | |
---|---|
Name | date_start |
Module | Calls |
Type | datetimecombo |
Label | Start Date |
VName | LBL_DATE |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | No |
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 in which call is schedule to (or did) start
Related Features
Affected by
Initiating
Location and Code definition
modules/Calls/vardefs.php
'date_start' => array( 'name' => 'date_start', 'vname' => 'LBL_DATE', 'type' => 'datetimecombo', 'dbType' => 'datetime', 'comment' => 'Date in which call is schedule to (or did) start', 'importable' => 'required', 'required' => true, 'enable_range_search' => true, 'options' => 'date_range_search_dom', ),
Missing User input