Field:parent type@Emails

From MintHCM Wiki

Emails - Parent Type

Name parent_type
Module Emails
Type varchar
Label Parent Type
VName LBL_PARENT_TYPE
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

Identifier of Sugar module to which this email is associated (deprecated as of 4.2)


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Emails/vardefs.php

'parent_type' => array( 'name' => 'parent_type', 'vname' => 'LBL_PARENT_TYPE', 'type' => 'varchar', 'reportable' => false, 'len' => 100, 'comment' => 'Identifier of Sugar module to which this email is associated (deprecated as of 4.2)', 'inline_edit' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles