Field:type@OutboundEmailAccounts

From MintHCM Wiki

Outbound Email Accounts - Type

Name type
Module Outbound Email Accounts
Type varchar
Label Type
VName LBL_TYPE
Required Yes
Editable Yes
Visible Yes
Reportable No
Importable Yes
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/OutboundEmailAccounts/vardefs.php

'type' => array( 'name' => 'type', 'vname' => 'LBL_TYPE', 'type' => 'varchar', 'len' => 15, 'required' => true, 'default' => 'user', 'reportable' => false, ),



Missing User input


Affected by

Initiating