Field:start date@Delegations
From MintHCM Wiki
|
Delegations - Start Date | |
|---|---|
| Name | start_date |
| Module | Delegations |
| Type | datetimecombo |
| Label | Start Date |
| VName | LBL_START_DATE |
| Required | Yes |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | Yes |
| Options | |
| Options List Name | |
| Needs Validation | Yes |
Notes
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
|---|---|---|---|---|---|
| Feature:Delegations - start date - Validation IsBefore | Validation | Start Date | End Date | Delegations |
Initiating
Location and Code definition
modules/Delegations/vardefs.php
'start_date' => array( 'required' => true, 'name' => 'start_date', 'vname' => 'LBL_START_DATE', 'type' => 'datetimecombo', 'massupdate' => 0, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'size' => '20', 'dbType' => 'datetime', 'validation' => array('type' => 'isbefore', 'compareto' => 'end_date'), ),
Missing User input
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
|---|---|---|---|---|---|
| Feature:Delegations - start date - Validation IsBefore | Validation | Start Date | End Date | Delegations |