Field:description@Emails

From MintHCM Wiki

Emails - description

Name description
Module Emails
Type text
Label description
VName description
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

Standard text field to store additional notes about the record


Affected by

Initiating


Dev Notes


Location and Code definition

modules/Emails/vardefs.php

'description' => array( 'name' => 'description', 'type' => 'text', 'vname' => 'description', 'source' => 'non-db', 'inline_edit' => false, ),



include/SugarObjects/templates/basic/vardefs.php

'description' => array( 'name' => 'description', 'vname' => 'LBL_DESCRIPTION', 'type' => 'text', 'comment' => 'Full text of the note', 'rows' => 6, 'cols' => 80, ),



Missing User input


Affected by

Initiating