Field:orphaned@Emails

From MintHCM Wiki

Revision as of 18:34, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=orphaned |Field-module=Emails |Field-type=bool |Field-label=Orphaned |Field-vname=LBL_ORPHANED |Field-required=No |Field-editable=Yes |Field-visibl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Emails - Orphaned

Name orphaned
Module Emails
Type bool
Label Orphaned
VName LBL_ORPHANED
Required No
Editable Yes
Visible Yes
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Emails which exists in the MintHCM but have been deleted from the email server


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Emails/vardefs.php

'orphaned' => array( 'name' => 'orphaned', 'vname' => 'LBL_ORPHANED', 'type' => 'bool', 'required' => false, 'reportable' => false, 'comment' => 'Emails which exists in the MintHCM but have been deleted from the email server', 'inline_edit' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles