Field:body@EmailTemplates

From MintHCM Wiki

Email - Templates - Body

Name body
Module Email - Templates
Type longtext
Label Body
VName LBL_BODY
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

Plain text body to be used in resulting email


Affected by

Initiating


Dev Notes


Location and Code definition

modules/EmailTemplates/vardefs.php

'body' => array( 'name' => 'body', 'vname' => 'LBL_BODY', 'type' => 'longtext', 'comment' => 'Plain text body to be used in resulting email' ),



Missing User input


Affected by

Initiating