Field:opt in@Emails

From MintHCM Wiki

Emails - Opt In

Name opt_in
Module Emails
Type function
Label Opt In
VName LBL_OPT_IN
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


Affected by

Initiating


Dev Notes


Location and Code definition

modules/Emails/vardefs.php

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



Missing User input


Affected by

Initiating