Field:has attachment@Emails

From MintHCM Wiki

Emails - Has Attachments

Name has_attachment
Module Emails
Type function
Label Has Attachments
VName LBL_HAS_ATTACHMENT_INDICATOR
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable No
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Emails/vardefs.php

'has_attachment' => array( 'name' => 'has_attachment', 'vname' => 'LBL_HAS_ATTACHMENT_INDICATOR', 'type' => 'function', 'source' => 'non-db', 'massupdate' => 0, 'importable' => 'false', 'duplicate_merge' => 'disabled', 'studio' => 'visible', 'inline_edit' => false, 'function' => array( 'name' => 'displayHasAttachmentField', 'returns' => 'html', 'include' => 'modules/Emails/include/displayHasAttachmentField.php', 'onListView' => true ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles