Field:subject@Emails
From MintHCM Wiki
Emails - Subject | |
---|---|
Name | subject |
Module | Emails |
Type | function |
Label | Subject |
VName | LBL_SUBJECT |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/Emails/vardefs.php
'subject' => array( 'name' => 'subject', 'vname' => 'LBL_SUBJECT', 'type' => 'function', 'source' => 'non-db', 'massupdate' => 0, 'importable' => 'false', 'duplicate_merge' => 'disabled', 'studio' => 'visible', 'inline_edit' => false, 'function' => array( 'name' => 'displaySubjectField', 'returns' => 'html', 'include' => 'modules/Emails/include/displaySubjectField.php', 'onListView' => true ), ),
Missing User input