Field:sent test email btn@OutboundEmailAccounts

From MintHCM Wiki

Outbound Email Accounts - Send Test Email

Name sent_test_email_btn
Module Outbound Email Accounts
Type function
Label Send Test Email
VName LBL_SEND_TEST_EMAIL
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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/OutboundEmailAccounts/vardefs.php

'sent_test_email_btn' => array( 'required' => false, 'name' => 'sent_test_email_btn', 'vname' => 'LBL_SEND_TEST_EMAIL', 'type' => 'function', 'source' => 'non-db', 'massupdate' => 0, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => false, 'inline_edit' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => '255', 'size' => '20', 'function' => array( 'name' => 'OutboundEmailAccounts::getSendTestEmailBtn', 'returns' => 'html', 'include' => 'modules/OutboundEmailAccounts/OutboundEmailAccounts.php' ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles