Field:deleted@OutboundEmailAccounts

From MintHCM Wiki

Outbound Email Accounts - Deleted

Name deleted
Module Outbound Email Accounts
Type bool
Label Deleted
VName LBL_DELETED
Required No
Editable No
Visible No
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Flag if the record was deleted


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/OutboundEmailAccounts/vardefs.php

'deleted' => array( 'name' => 'deleted', 'vname' => 'LBL_DELETED', 'type' => 'bool', 'default' => '0', 'reportable' => false, 'comment' => 'Record deletion indicator', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles