Field:type@EmailTemplates
From MintHCM Wiki
|
Email - Templates - Type | |
|---|---|
| Name | type |
| Module | Email - Templates |
| Type | enum |
| Label | Type |
| VName | LBL_TYPE |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | No |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| Options | * Campaign, |
| Options List Name | emailTemplates_type_list |
| Needs Validation | No |
Notes
Type of the email template
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/EmailTemplates/vardefs.php
'type' => array( 'name' => 'type', 'vname' => 'LBL_TYPE', 'type' => 'enum', 'required' => false, 'reportable' => false, 'options' => 'emailTemplates_type_list', 'comment' => 'Type of the email template' ),
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 |