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 |
Contents
[hide]Notes
Flag if the record was deleted
Related Features
Affected by
Initiating
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