Field:assigned user id@EmailTemplates

From MintHCM Wiki

Email - Templates - Assigned To

Name assigned_user_id
Module Email - Templates
Type relate
Label Assigned To
VName LBL_ASSIGNED_TO_ID
Required No
Editable No
Visible No
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
Options List Name
Needs Validation No

Notes

User ID assigned to record


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/EmailTemplates/vardefs.php

'assigned_user_id' => array( 'name' => 'assigned_user_id', 'rname' => 'user_name', 'id_name' => 'assigned_user_id', 'vname' => 'LBL_ASSIGNED_TO_ID', 'group' => 'assigned_user_name', 'type' => 'relate', 'table' => 'users', 'module' => 'Users', 'reportable' => true, 'isnull' => 'false', 'dbType' => 'id', 'audited' => true, 'comment' => 'User ID assigned to record', 'duplicate_merge' => 'disabled' ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles