Field:type@Transportations
From MintHCM Wiki
|
Transportations - Means of Transport | |
|---|---|
| Name | type |
| Module | Transportations |
| Type | enum |
| Label | Means of Transport |
| VName | LBL_TYPE |
| Required | Yes |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | Yes |
| Options | * Car, * Train, * Other |
| Options List Name | transport_type |
| Needs Validation | No |
Notes
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
|---|---|---|---|---|---|
| Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |
Initiating
Location and Code definition
modules/Transportations/vardefs.php
'type' => array( 'required' => true, 'name' => 'type', 'vname' => 'LBL_TYPE', 'type' => 'enum', 'massupdate' => 0, 'default' => 'car', 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'len' => 100, 'size' => '20', 'options' => 'transport_type', 'studio' => 'visible', 'dependency' => false, ),
Missing User input
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
|---|---|---|---|---|---|
| Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |