Field:subject@EmailTemplates
From MintHCM Wiki
|
Email - Templates - Subject | |
|---|---|
| Name | subject |
| Module | Email - Templates |
| Type | varchar |
| Label | Subject |
| VName | LBL_SUBJECT |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| Options | |
| Options List Name | |
| Needs Validation | No |
Notes
Email subject to be used in resulting email
Related Features
Affected by
Initiating
Location and Code definition
modules/EmailTemplates/vardefs.php
'subject' => array( 'name' => 'subject', 'vname' => 'LBL_SUBJECT', 'type' => 'varchar', 'len' => '255', 'comment' => 'Email subject to be used in resulting email' ),
Missing User input