Field:category id@Emails
From MintHCM Wiki
Emails - Category | |
---|---|
Name | category_id |
Module | Emails |
Type | enum |
Label | Category |
VName | LBL_CATEGORY |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * Archived |
Options List Name | email_category_dom |
Needs Validation | No |
Contents
[hide]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/Emails/vardefs.php
'category_id' => array( 'name' => 'category_id', 'vname' => 'LBL_CATEGORY', 'type' => 'enum', 'len' => 100, 'options' => 'email_category_dom', 'reportable' => true, ),
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 |