Field:date start@Offboardings

From MintHCM Wiki

Offboardings - Start Date

Name date_start
Module Offboardings
Type datetimecombo
Label Start Date
VName LBL_DATE_START
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
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


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of Offboarding start date field Automation Offboarding start date is filled in with a value provided by the user in popup appearing during Generate new Offboarding action Start Date

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:Automatic Offboarding name generation Automation Name of an Offboarding is generated automatically after Generate new Offboarding action is triggered. It consists of first and last name of an employee and start date, both provided in popup of Generate new Offboarding action. Employee, Start Date Name Offboardings

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Offboardings/vardefs.php

'date_start' => array( 'required' => false, 'name' => 'date_start', 'vname' => 'LBL_DATE_START', 'type' => 'datetimecombo', 'massupdate' => '1', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'inline_edit' => '', 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'size' => '20', 'enable_range_search' => true, 'options' => 'date_range_search_dom', 'dbType' => 'datetime', ),



Missing User input


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of Offboarding start date field Automation Offboarding start date is filled in with a value provided by the user in popup appearing during Generate new Offboarding action Start Date

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:Automatic Offboarding name generation Automation Name of an Offboarding is generated automatically after Generate new Offboarding action is triggered. It consists of first and last name of an employee and start date, both provided in popup of Generate new Offboarding action. Employee, Start Date Name Offboardings

Related Integrations

Mentioned in other articles